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