public abstract class ZlibDecoder extends ByteToMessageDecoder
ByteBuf using the deflate algorithm.ByteToMessageDecoder.Cumulator ChannelHandler.Sharable COMPOSITE_CUMULATOR, MERGE_CUMULATOR | 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. |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decode, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught ensureNotSharable, handlerAdded, isSharable clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded public ZlibDecoder()
public abstract boolean isClosed()
true if and only if the end of the compressed stream
has been reached.Copyright © 2008–2018 The Netty Project. All rights reserved.