public abstract class ZlibEncoder extends ByteToByteEncoder
ByteBuf using the deflate algorithm.| Constructor and Description |
|---|
ZlibEncoder() |
| Modifier and Type | Method and Description |
|---|---|
abstract io.netty.channel.ChannelFuture |
close() |
abstract io.netty.channel.ChannelFuture |
close(io.netty.channel.ChannelFuture future) |
abstract boolean |
isClosed()
Returns
true if and only if the end of the compressed stream
has been reached. |
encode, flushafterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitCopyright © 2008-2012 The Netty Project. All Rights Reserved.