| Package | Description |
|---|---|
| io.netty.handler.codec.compression | |
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Class and Description |
|---|
| SnappyFrameDecoder
Uncompresses a
ByteBuf encoded with the Snappy framing format. |
| SnappyFrameEncoder
Compresses a
ByteBuf using the Snappy framing format. |
| ZlibDecoder
Decompresses a
ByteBuf using the deflate algorithm. |
| ZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
| 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.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.