public abstract class ZlibDecoder extends ByteToByteDecoder
ByteBuf
using the deflate algorithm.Constructor and Description |
---|
ZlibDecoder() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isClosed()
Returns
true if and only if the end of the compressed stream
has been reached. |
channelInactive, decode, decodeLast, inboundBufferUpdated
inboundBufferUpdated, newInboundBuffer
afterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008-2012 The Netty Project. All Rights Reserved.