public interface FullBinaryMemcacheResponse extends BinaryMemcacheResponse, FullMemcacheMessage
BinaryMemcacheResponse that also includes the content.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullBinaryMemcacheResponse |
copy()
Create a deep copy of this
ByteBufHolder. |
FullBinaryMemcacheResponse |
duplicate()
Duplicate the
ByteBufHolder. |
FullBinaryMemcacheResponse |
retain()
Increases the reference count by
1. |
FullBinaryMemcacheResponse |
retain(int increment)
Increases the reference count by the specified
increment. |
FullBinaryMemcacheResponse |
touch()
Records the current access location of this object for debugging purposes.
|
FullBinaryMemcacheResponse |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
setStatus, statuscas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setExtrasLength, setKey, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthcontentFullBinaryMemcacheResponse copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface FullMemcacheMessagecopy in interface LastMemcacheContentcopy in interface MemcacheContentFullBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessageincrement.retain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheResponseretain in interface ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface ReferenceCountedFullBinaryMemcacheResponse retain()
BinaryMemcacheMessage1.retain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheResponseretain in interface ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface ReferenceCountedFullBinaryMemcacheResponse touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheResponsetouch in interface ByteBufHoldertouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface ReferenceCountedFullBinaryMemcacheResponse touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheResponsetouch in interface ByteBufHoldertouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface ReferenceCountedFullBinaryMemcacheResponse 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–2015 The Netty Project. All rights reserved.