Uses of Package
io.netty.handler.codec.compression
Packages that use io.netty.handler.codec.compression
Package
Description
Encoder, decoder and their related message types for HTTP.
Handlers for sending and receiving HTTP/2 frames.
-
Classes in io.netty.handler.codec.compression used by io.netty.handler.codec.compressionClassDescriptionAn bit reader that allows the reading of single bit booleans, bit strings of arbitrary length (up to 32 bits), and bit aligned 32-bit integers.A bit writer that allows the writing of single bit booleans, unary numbers, bit strings of arbitrary length (up to 32 bits), and bit aligned 32-bit integers.Compresses and writes a single Bzip2 block.
Block encoding consists of the following stages:
1.Reads and decompresses a single Bzip2 block.
Block decoding consists of the following stages:
1.Current state of stream.Current state of stream.A decoder for the Bzip2 Huffman coding stage.A 256 entry Move To Front transform.AnEncoderExceptionthat is raised when compression failed.CompressionOptionsprovides compression options for various types of compressor types, like Brotli.A CRC32 calculator.ADecoderExceptionthat is raised when decompression failed.DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.Current state of decompression.GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.Uncompresses aByteBufencoded with the Snappy framing format.Compresses aByteBufusing the Snappy framing format.SnappyOptionsholds config for Snappy compression.Decompresses aByteBufusing the deflate algorithm.Compresses aByteBufusing the deflate algorithm.The container file formats that wrap the stream compressed by the DEFLATE algorithm. -
Classes in io.netty.handler.codec.compression used by io.netty.handler.codec.httpClassDescription
CompressionOptionsprovides compression options for various types of compressor types, like Brotli.DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.SnappyOptionsholds config for Snappy compression.The container file formats that wrap the stream compressed by the DEFLATE algorithm. -
Classes in io.netty.handler.codec.compression used by io.netty.handler.codec.http2ClassDescription
CompressionOptionsprovides compression options for various types of compressor types, like Brotli.DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.SnappyOptionsholds config for Snappy compression.The container file formats that wrap the stream compressed by the DEFLATE algorithm.