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