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, flush
newOutboundBuffer
afterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind, close, connect, deregister, disconnect
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggered
public 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.