|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZlibWrapper | |
|---|---|
| org.jboss.netty.handler.codec.compression | Encoder and decoder which compresses and decompresses ChannelBuffers
in a compression format such as zlib
and gzip. |
| Uses of ZlibWrapper in org.jboss.netty.handler.codec.compression |
|---|
| Methods in org.jboss.netty.handler.codec.compression that return ZlibWrapper | |
|---|---|
static ZlibWrapper |
ZlibWrapper.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ZlibWrapper[] |
ZlibWrapper.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.jboss.netty.handler.codec.compression with parameters of type ZlibWrapper | |
|---|---|
ZlibDecoder(ZlibWrapper wrapper)
Creates a new instance with the specified wrapper. |
|
ZlibEncoder(ZlibWrapper wrapper)
Creates a new zlib encoder with the default compression level ( 6)
and the specified wrapper. |
|
ZlibEncoder(ZlibWrapper wrapper,
int compressionLevel)
Creates a new zlib encoder with the specified compressionLevel
and the specified wrapper. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||