Class | Description |
---|---|
JdkZlibDecoder |
Decompress a
ByteBuf using the inflate algorithm. |
JdkZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
JZlibDecoder | |
JZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
SnappyFramedDecoder |
Uncompresses a
ByteBuf encoded with the Snappy framing format. |
SnappyFramedEncoder |
Compresses a
ByteBuf using the Snappy framing format. |
ZlibCodecFactory |
Creates a new
ZlibEncoder and a new ZlibDecoder . |
ZlibDecoder |
Decompresses a
ByteBuf using the deflate algorithm. |
ZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
Enum | Description |
---|---|
ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
Exception | Description |
---|---|
CompressionException |
An
EncoderException that is raised when compression failed. |
DecompressionException |
A
DecoderException that is raised when decompression failed. |
Copyright © 2008–2018 The Netty Project. All rights reserved.