public class BinaryMemcacheObjectAggregator extends AbstractMemcacheObjectAggregator
An object aggregator for the memcache binary protocol.
It aggregates BinaryMemcacheMessages and MemcacheContent into FullBinaryMemcacheRequests or FullBinaryMemcacheResponses.
ChannelHandler.Sharablectx, 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) |
channelInactive, getMaxContentLength, getMaxCumulationBufferComponents, handlerAdded, handlerRemoved, setMaxCumulationBufferComponentsacceptInboundMessage, channelReadchannelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredisSharablepublic BinaryMemcacheObjectAggregator(int maxContentLength)
protected void decode(ChannelHandlerContext ctx, MemcacheObject msg, List<Object> out) throws Exception
decode in class MessageToMessageDecoder<MemcacheObject>ExceptionCopyright © 2016 Couchbase, Inc.. All rights reserved.