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 BrotliMode Provides a way to specify the Brotli compression mode.BrotliOptions BrotliOptions
holdsEncoder.Parameters
for Brotli compression.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.Snappy SnappyFrameDecoder Uncompresses aByteBuf
encoded with the Snappy framing format.SnappyFrameEncoder Compresses aByteBuf
using the Snappy framing format.SnappyOptions SnappyOptions
holds config for Snappy compression.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.ZstdOptions ZstdOptions
holds compressionLevel for Zstd compression. -
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.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.