Uses of Package
io.netty.handler.codec.compression
-
Packages that use io.netty.handler.codec.compression Package Description io.netty.handler.codec.compression io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
Classes in io.netty.handler.codec.compression used by io.netty.handler.codec.compression Class Description ByteBufChecksum Checksumimplementation which can directly act on aByteBuf.ByteBufChecksum.SlowByteBufChecksum Bzip2BitReader An 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.Bzip2BitWriter 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.Bzip2BlockCompressor Compresses and writes a single Bzip2 block.
Block encoding consists of the following stages:
1.Bzip2BlockDecompressor Reads and decompresses a single Bzip2 block.
Block decoding consists of the following stages:
1.Bzip2Decoder.State Current state of stream.Bzip2DivSufSort.PartitionResult Bzip2DivSufSort.TRBudget Bzip2Encoder.State Current state of stream.Bzip2HuffmanStageDecoder A decoder for the Bzip2 Huffman coding stage.Bzip2MoveToFrontTable A 256 entry Move To Front transform.CompressionException AnEncoderExceptionthat is raised when compression failed.CompressionOptions CompressionOptionsprovides compression options for various types of compressor types, like Brotli.Crc32 A CRC32 calculator.DecompressionException ADecoderExceptionthat is raised when decompression failed.DeflateOptions DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.FastLzFrameDecoder.State Current state of decompression.GzipOptions GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.JdkZlibDecoder.GzipState Snappy Snappy.State SnappyFrameDecoder Uncompresses aByteBufencoded with the Snappy framing format.SnappyFrameDecoder.ChunkType SnappyFrameEncoder Compresses aByteBufusing the Snappy framing format.SnappyOptions SnappyOptionsholds config for Snappy compression.ZlibDecoder Decompresses aByteBufusing the deflate algorithm.ZlibEncoder Compresses aByteBufusing the deflate algorithm.ZlibWrapper 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.http Class Description CompressionOptions CompressionOptionsprovides compression options for various types of compressor types, like Brotli.DeflateOptions DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.GzipOptions GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.SnappyOptions SnappyOptionsholds config for Snappy compression.ZlibWrapper 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.http2 Class Description CompressionOptions CompressionOptionsprovides compression options for various types of compressor types, like Brotli.DeflateOptions DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.GzipOptions GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.SnappyOptions SnappyOptionsholds config for Snappy compression.ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm.