Class | Description |
---|---|
JdkZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
JZlibDecoder | |
JZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
Snappy |
Uncompresses an input
ByteBuf encoded with Snappy compression into an
output ByteBuf . |
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
CodecException that is raised when compression or decompression
failed. |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.