Package | Description |
---|---|
org.jboss.netty.handler.codec.compression |
Encoder and decoder which compresses and decompresses
ChannelBuffer s
in a compression format such as zlib
and gzip. |
Modifier and Type | Class and Description |
---|---|
class |
JdkZlibEncoder
Compresses a
ChannelBuffer using the deflate algorithm. |
class |
ZlibEncoder
Compresses a
ChannelBuffer using the deflate algorithm. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.