| Class | Description |
|---|---|
| JdkZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
| JZlibDecoder | |
| JZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
| ZlibCodecFactory |
Creates a new
ZlibEncoder and a new ZlibDecoder. |
| ZlibDecoder |
Decompresses a
ByteBuf using the deflate algorithm. |
| ZlibEncoder |
Compresses a
ByteBuf using the deflate algorithm. |
| Enum | Description |
|---|---|
| ZlibWrapper |
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
| Exception | Description |
|---|---|
| CompressionException |
An
IOException that is raised when compression or decompression
failed. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.