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 Checksum
implementation 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 AnEncoderException
that is raised when compression failed.CompressionOptions CompressionOptions
provides compression options for various types of compressor types, like Brotli.Crc32 A CRC32 calculator.DecompressionException ADecoderException
that is raised when decompression failed.DeflateOptions DeflateOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Deflate compression.FastLzFrameDecoder.State Current state of decompression.GzipOptions GzipOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Gzip compression.JdkZlibDecoder.GzipState Snappy Snappy.State SnappyFrameDecoder Uncompresses aByteBuf
encoded with the Snappy framing format.SnappyFrameDecoder.ChunkType SnappyFrameEncoder Compresses aByteBuf
using the Snappy framing format.ZlibDecoder Decompresses aByteBuf
using the deflate algorithm.ZlibEncoder Compresses aByteBuf
using 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 CompressionOptions
provides compression options for various types of compressor types, like Brotli.DeflateOptions DeflateOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Deflate compression.GzipOptions GzipOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Gzip 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 CompressionOptions
provides compression options for various types of compressor types, like Brotli.DeflateOptions DeflateOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Deflate compression.GzipOptions GzipOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Gzip compression.ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm.