public interface BinaryMemcacheRequestHeader extends BinaryMemcacheMessageHeader
BinaryMemcacheMessageHeader header fields with hose who can only show up in
BinaryMemcacheRequest messages.
Note that while the additional field in the request is called "reserved", it can still be used for a custom
memcached implementation. It will not be mirrored back like the
BinaryMemcacheMessageHeader.getOpaque() field, because in the
BinaryMemcacheResponseHeader, the status field is set there instead.
| Modifier and Type | Method and Description |
|---|---|
short |
getReserved()
Returns the reserved field value.
|
BinaryMemcacheRequestHeader |
setReserved(short reserved)
Sets the reserved field value.
|
getCAS, getDataType, getExtrasLength, getKeyLength, getMagic, getOpaque, getOpcode, getTotalBodyLength, setCAS, setDataType, setExtrasLength, setKeyLength, setMagic, setOpaque, setOpcode, setTotalBodyLengthshort getReserved()
BinaryMemcacheRequestHeader setReserved(short reserved)
reserved - the reserved field value.Copyright © 2008–2013 The Netty Project. All rights reserved.