Uses of Package
org.jboss.netty.handler.codec.compression
-
Packages that use org.jboss.netty.handler.codec.compression Package Description org.jboss.netty.handler.codec.compression Encoder and decoder which compresses and decompressesChannelBuffer
s in a compression format such as zlib and gzip.org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
Classes in org.jboss.netty.handler.codec.compression used by org.jboss.netty.handler.codec.compression Class Description CompressionException AnIOException
that is raised when compression or decompression failed.ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm. -
Classes in org.jboss.netty.handler.codec.compression used by org.jboss.netty.handler.codec.http Class Description ZlibWrapper The container file formats that wrap the stream compressed by the DEFLATE algorithm.