Interface FullBinaryMemcacheResponse
-
- All Superinterfaces:
BinaryMemcacheMessage,BinaryMemcacheResponse,io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,FullMemcacheMessage,LastMemcacheContent,MemcacheContent,MemcacheMessage,MemcacheObject,io.netty.util.ReferenceCounted
- All Known Implementing Classes:
DefaultFullBinaryMemcacheResponse
@UnstableApi public interface FullBinaryMemcacheResponse extends BinaryMemcacheResponse, FullMemcacheMessage
ABinaryMemcacheResponsethat also includes the content.
-
-
Field Summary
-
Fields inherited from interface io.netty.handler.codec.memcache.LastMemcacheContent
EMPTY_LAST_CONTENT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FullBinaryMemcacheResponsecopy()FullBinaryMemcacheResponseduplicate()FullBinaryMemcacheResponsereplace(io.netty.buffer.ByteBuf content)FullBinaryMemcacheResponseretain()Increases the reference count by1.FullBinaryMemcacheResponseretain(int increment)Increases the reference count by the specifiedincrement.FullBinaryMemcacheResponseretainedDuplicate()FullBinaryMemcacheResponsetouch()FullBinaryMemcacheResponsetouch(Object hint)-
Methods inherited from interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
-
Methods inherited from interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
setStatus, status
-
-
-
-
Method Detail
-
copy
FullBinaryMemcacheResponse copy()
- Specified by:
copyin interfaceio.netty.buffer.ByteBufHolder- Specified by:
copyin interfaceFullMemcacheMessage- Specified by:
copyin interfaceLastMemcacheContent- Specified by:
copyin interfaceMemcacheContent
-
duplicate
FullBinaryMemcacheResponse duplicate()
- Specified by:
duplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
duplicatein interfaceFullMemcacheMessage- Specified by:
duplicatein interfaceLastMemcacheContent- Specified by:
duplicatein interfaceMemcacheContent
-
retainedDuplicate
FullBinaryMemcacheResponse retainedDuplicate()
- Specified by:
retainedDuplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainedDuplicatein interfaceFullMemcacheMessage- Specified by:
retainedDuplicatein interfaceLastMemcacheContent- Specified by:
retainedDuplicatein interfaceMemcacheContent
-
replace
FullBinaryMemcacheResponse replace(io.netty.buffer.ByteBuf content)
- Specified by:
replacein interfaceio.netty.buffer.ByteBufHolder- Specified by:
replacein interfaceFullMemcacheMessage- Specified by:
replacein interfaceLastMemcacheContent- Specified by:
replacein interfaceMemcacheContent
-
retain
FullBinaryMemcacheResponse retain(int increment)
Description copied from interface:BinaryMemcacheMessageIncreases the reference count by the specifiedincrement.- Specified by:
retainin interfaceBinaryMemcacheMessage- Specified by:
retainin interfaceBinaryMemcacheResponse- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceFullMemcacheMessage- Specified by:
retainin interfaceLastMemcacheContent- Specified by:
retainin interfaceMemcacheContent- Specified by:
retainin interfaceMemcacheMessage- Specified by:
retainin interfaceio.netty.util.ReferenceCounted
-
retain
FullBinaryMemcacheResponse retain()
Description copied from interface:BinaryMemcacheMessageIncreases the reference count by1.- Specified by:
retainin interfaceBinaryMemcacheMessage- Specified by:
retainin interfaceBinaryMemcacheResponse- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceFullMemcacheMessage- Specified by:
retainin interfaceLastMemcacheContent- Specified by:
retainin interfaceMemcacheContent- Specified by:
retainin interfaceMemcacheMessage- Specified by:
retainin interfaceio.netty.util.ReferenceCounted
-
touch
FullBinaryMemcacheResponse touch()
- Specified by:
touchin interfaceBinaryMemcacheMessage- Specified by:
touchin interfaceBinaryMemcacheResponse- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceFullMemcacheMessage- Specified by:
touchin interfaceLastMemcacheContent- Specified by:
touchin interfaceMemcacheContent- Specified by:
touchin interfaceMemcacheMessage- Specified by:
touchin interfaceio.netty.util.ReferenceCounted
-
touch
FullBinaryMemcacheResponse touch(Object hint)
- Specified by:
touchin interfaceBinaryMemcacheMessage- Specified by:
touchin interfaceBinaryMemcacheResponse- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceFullMemcacheMessage- Specified by:
touchin interfaceLastMemcacheContent- Specified by:
touchin interfaceMemcacheContent- Specified by:
touchin interfaceMemcacheMessage- Specified by:
touchin interfaceio.netty.util.ReferenceCounted
-
-