@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()
Records the current access location of this object for debugging purposes.
|
BinaryMemcacheResponse |
touch(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
cas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLength
decoderResult, setDecoderResult
refCnt, release, release
short status()
BinaryMemcacheResponse setStatus(short status)
status
- the status to set.BinaryMemcacheResponse retain()
BinaryMemcacheMessage
1
.retain
in interface BinaryMemcacheMessage
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
BinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessage
increment
.retain
in interface BinaryMemcacheMessage
retain
in interface MemcacheMessage
retain
in interface ReferenceCounted
BinaryMemcacheResponse touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface BinaryMemcacheMessage
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
BinaryMemcacheResponse touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface BinaryMemcacheMessage
touch
in interface MemcacheMessage
touch
in interface ReferenceCounted
Copyright © 2008–2024 The Netty Project. All rights reserved.