Package | Description |
---|---|
io.netty.handler.codec.compression | |
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Class and Description |
---|
CompressionException
An
EncoderException that is raised when compression failed. |
DecompressionException
A
DecoderException that is raised when decompression failed. |
JdkZlibDecoder.GzipState |
Snappy |
Snappy.State |
SnappyFramedDecoder.ChunkType |
ZlibDecoder
Decompresses a
ByteBuf using the deflate algorithm. |
ZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
Class and Description |
---|
ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|