public interface BinaryMemcacheResponseHeader extends BinaryMemcacheMessageHeader
BinaryMemcacheMessageHeader header fields with hose who can only show up in
BinaryMemcacheResponse messages.BinaryMemcacheResponseStatus| Modifier and Type | Method and Description |
|---|---|
short |
getStatus()
Returns the status of the response.
|
BinaryMemcacheResponseHeader |
setStatus(short status)
Sets the status of the response.
|
getCAS, getDataType, getExtrasLength, getKeyLength, getMagic, getOpaque, getOpcode, getTotalBodyLength, setCAS, setDataType, setExtrasLength, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLengthshort getStatus()
BinaryMemcacheResponseHeader setStatus(short status)
status - the status to set.Copyright © 2008–2013 The Netty Project. All rights reserved.