| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.compression |
Encoder and decoder which compresses and decompresses
ChannelBuffers
in a compression format such as zlib
and gzip. |
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Class and Description |
|---|
| CompressionException
An
IOException that is raised when compression or decompression
failed. |
| ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
| Class and Description |
|---|
| ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|