| Package | Description |
|---|---|
| io.netty.handler.codec.compression |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
class |
JZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
class |
SnappyFramedEncoder
Compresses a
ByteBuf using the Snappy framing format. |
class |
ZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.