Package | Description |
---|---|
io.netty.handler.codec.compression |
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.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.