public interface FullBinaryMemcacheRequest extends BinaryMemcacheRequest, FullMemcacheMessage
BinaryMemcacheRequest that also includes the content.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullBinaryMemcacheRequest |
copy()
Create a deep copy of this
ByteBufHolder. |
FullBinaryMemcacheRequest |
duplicate()
Duplicate the
ByteBufHolder. |
FullBinaryMemcacheRequest |
retain()
Increases the reference count by
1. |
FullBinaryMemcacheRequest |
retain(int increment)
Increases the reference count by the specified
increment. |
getHeadergetExtras, getKeycontentFullBinaryMemcacheRequest copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface FullMemcacheMessagecopy in interface LastMemcacheContentcopy in interface MemcacheContentFullBinaryMemcacheRequest retain(int increment)
BinaryMemcacheMessageincrement.retain in interface BinaryMemcacheMessage<BinaryMemcacheRequestHeader>retain in interface ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface ReferenceCountedFullBinaryMemcacheRequest retain()
BinaryMemcacheMessage1.retain in interface BinaryMemcacheMessage<BinaryMemcacheRequestHeader>retain in interface ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface ReferenceCountedFullBinaryMemcacheRequest duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface FullMemcacheMessageduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentCopyright © 2008–2013 The Netty Project. All rights reserved.