public interface BinaryMemcacheResponse extends BinaryMemcacheMessage
BinaryMemcacheResponse
, which contains the header and optional key and extras.Modifier and Type | Method and Description |
---|---|
short |
getStatus()
Returns the status of the response.
|
BinaryMemcacheResponse |
setStatus(short status)
Sets the status of the response.
|
getCAS, getDataType, getExtras, getExtrasLength, getFramingExtras, getFramingExtrasLength, getKey, getKeyLength, getMagic, getOpaque, getOpcode, getTotalBodyLength, setCAS, setDataType, setExtras, setExtrasLength, setFramingExtras, setFramingExtrasLength, setKey, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLength
getDecoderResult, setDecoderResult
short getStatus()
BinaryMemcacheResponse setStatus(short status)
status
- the status to set.Copyright © 2021 Couchbase, Inc.. All rights reserved.