@UnstableApi public interface BinaryMemcacheResponse extends BinaryMemcacheMessage
BinaryMemcacheResponse, which contains the header and optional key and extras.| Modifier and Type | Method and Description |
|---|---|
BinaryMemcacheResponse |
retain()
Increases the reference count by
1. |
BinaryMemcacheResponse |
retain(int increment)
Increases the reference count by the specified
increment. |
BinaryMemcacheResponse |
setStatus(short status)
Sets the status of the response.
|
short |
status()
Returns the status of the response.
|
BinaryMemcacheResponse |
touch() |
BinaryMemcacheResponse |
touch(Object hint) |
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthshort status()
BinaryMemcacheResponse setStatus(short status)
status - the status to set.BinaryMemcacheResponse retain()
BinaryMemcacheMessage1.retain in interface BinaryMemcacheMessageretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessageincrement.retain in interface BinaryMemcacheMessageretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedBinaryMemcacheResponse touch()
touch in interface BinaryMemcacheMessagetouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedBinaryMemcacheResponse touch(Object hint)
touch in interface BinaryMemcacheMessagetouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.