Package org.jboss.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses
ChannelBuffer
s
in a compression format such as zlib
and gzip.-
Class Summary Class Description JdkZlibEncoder Compresses aChannelBuffer
using the deflate algorithm.ZlibDecoder Decompresses aChannelBuffer
using the deflate algorithm.ZlibEncoder Compresses aChannelBuffer
using the deflate algorithm. -
Enum Summary Enum Description ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm. -
Exception Summary Exception Description CompressionException AnIOException
that is raised when compression or decompression failed.