public class DefaultBinaryMemcacheRequest extends AbstractBinaryMemcacheMessage<BinaryMemcacheRequestHeader> implements BinaryMemcacheRequest
BinaryMemcacheRequest.| Constructor and Description |
|---|
DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header)
Create a new
DefaultBinaryMemcacheRequest with the header only. |
DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header,
ByteBuf extras)
Create a new
DefaultBinaryMemcacheRequest with the header and extras. |
DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header,
String key)
Create a new
DefaultBinaryMemcacheRequest with the header and key. |
DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header,
String key,
ByteBuf extras)
Create a new
DefaultBinaryMemcacheRequest with the header only. |
getExtras, getHeader, getKey, refCnt, release, release, retain, retaingetDecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeadergetExtras, getKey, retain, retaingetDecoderResult, setDecoderResultrefCnt, release, releasepublic DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header)
DefaultBinaryMemcacheRequest with the header only.header - the header to use.public DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header, String key)
DefaultBinaryMemcacheRequest with the header and key.header - the header to use.key - the key to use.public DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header, ByteBuf extras)
DefaultBinaryMemcacheRequest with the header and extras.header - the header to use.extras - the extras to use.public DefaultBinaryMemcacheRequest(BinaryMemcacheRequestHeader header, String key, ByteBuf extras)
DefaultBinaryMemcacheRequest with the header only.header - the header to use.key - the key to use.extras - the extras to use.Copyright © 2008–2013 The Netty Project. All rights reserved.