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, flush
afterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008-2012 The Netty Project. All Rights Reserved.