public abstract class ZlibDecoder extends ByteToMessageDecoder
ByteBuf
using the deflate algorithm.ByteToMessageDecoder.Cumulator
ChannelHandler.Sharable, ChannelHandler.Skip
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, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setSingleDecode
bind, channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, isSharable, read, userEventTriggered, write
Copyright © 2008–2015 The Netty Project. All rights reserved.