ChannelBuffer
s
in a compression format such as zlib
and gzip.See: Description
Class | Description |
---|---|
JdkZlibEncoder |
Compresses a
ChannelBuffer using the deflate algorithm. |
ZlibDecoder |
Decompresses a
ChannelBuffer using the deflate algorithm. |
ZlibEncoder |
Compresses a
ChannelBuffer using the deflate algorithm. |
Enum | Description |
---|---|
ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
Exception | Description |
---|---|
CompressionException |
An
IOException that is raised when compression or decompression
failed. |
ChannelBuffer
s
in a compression format such as zlib
and gzip.Copyright © 2008-2014 The Netty Project. All Rights Reserved.