public interface BinaryMemcacheResponse extends BinaryMemcacheMessage<BinaryMemcacheResponseHeader>
BinaryMemcacheResponse, which contains the header and optional key and extras.| Modifier and Type | Method and Description |
|---|---|
BinaryMemcacheResponseHeader |
getHeader()
Returns the
BinaryMemcacheResponseHeader which contains the full required response header. |
getExtras, getKey, retain, retaingetDecoderResult, setDecoderResultrefCnt, release, releaseBinaryMemcacheResponseHeader getHeader()
BinaryMemcacheResponseHeader which contains the full required response header.getHeader in interface BinaryMemcacheMessage<BinaryMemcacheResponseHeader>Copyright © 2008–2013 The Netty Project. All rights reserved.