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