public interface MemcacheContent extends MemcacheObject, ByteBufHolder
AbstractMemcacheObjectDecoder generates MemcacheContent after
MemcacheMessage when the content is large. If you prefer not to receive MemcacheContent
in your handler, place a aggregator after an implementation of the AbstractMemcacheObjectDecoder
in the ChannelPipeline.| Modifier and Type | Method and Description |
|---|---|
MemcacheContent |
copy()
Create a deep copy of this
ByteBufHolder. |
MemcacheContent |
duplicate()
Duplicate the
ByteBufHolder. |
MemcacheContent |
retain()
Increases the reference count by
1. |
MemcacheContent |
retain(int increment)
Increases the reference count by the specified
increment. |
getDecoderResult, setDecoderResultcontentrefCnt, release, releaseMemcacheContent copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderMemcacheContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderMemcacheContent retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedMemcacheContent retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedCopyright © 2008–2013 The Netty Project. All rights reserved.