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.compressionClassDescriptionProvides a way to specify the Brotli compression mode.
BrotliOptionsholdsEncoder.Parametersfor Brotli compression.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.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.ZstdOptionsholds compressionLevel for Zstd compression. -
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.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.