软件包 org.jboss.netty.handler.codec.compression

Encoder and decoder which compresses and decompresses ChannelBuffers in a compression format such as zlib and gzip.

请参见:
          描述


类摘要
ZlibDecoder Decompresses a ChannelBuffer using the deflate algorithm.
ZlibEncoder Compresses a ChannelBuffer using the deflate algorithm.
 

枚举摘要
ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm.
 

异常摘要
CompressionException An IOException that is raised when compression or decompression failed.
 

软件包 org.jboss.netty.handler.codec.compression 的描述

Encoder and decoder which compresses and decompresses ChannelBuffers in a compression format such as zlib and gzip.