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, isSingleDecode, setSingleDecode
discardInboundReadBytes, inboundBufferUpdated, newInboundBuffer
channelActive, channelReadSuspended, channelRegistered, channelUnregistered, userEventTriggered
exceptionCaught, handlerAdded, handlerRemoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008-2013 The Netty Project. All Rights Reserved.