public class BinaryMemcacheObjectAggregator extends AbstractMemcacheObjectAggregator
ChannelHandler.Sharable, ChannelHandler.Skipctx, currentMessage, DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS| Constructor and Description |
|---|
BinaryMemcacheObjectAggregator(int maxContentLength) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(ChannelHandlerContext ctx,
MemcacheObject msg,
List<Object> out)
Decode from one message to an other.
|
channelInactive, getMaxContentLength, getMaxCumulationBufferComponents, handlerAdded, handlerRemoved, setMaxCumulationBufferComponentsacceptInboundMessage, channelReadbind, channelActive, channelReadComplete, channelRegistered, channelWritabilityChanged, close, connect, disconnect, exceptionCaught, flush, isSharable, read, userEventTriggered, writepublic BinaryMemcacheObjectAggregator(int maxContentLength)
protected void decode(ChannelHandlerContext ctx, MemcacheObject msg, List<Object> out) throws Exception
MessageToMessageDecoderdecode in class MessageToMessageDecoder<MemcacheObject>ctx - the ChannelHandlerContext which this MessageToMessageDecoder belongs tomsg - the message to decode to an other oneout - the List to which decoded messages should be addedException - is thrown if an error accourCopyright © 2008–2013 The Netty Project. All rights reserved.