public class DefaultBinaryMemcacheResponse extends AbstractBinaryMemcacheMessage<BinaryMemcacheResponseHeader> implements BinaryMemcacheResponse
BinaryMemcacheResponse.| Constructor and Description |
|---|
DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header)
Create a new
DefaultBinaryMemcacheResponse with the header only. |
DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header,
ByteBuf extras)
Create a new
DefaultBinaryMemcacheResponse with the header and extras. |
DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header,
String key)
Create a new
DefaultBinaryMemcacheResponse with the header and key. |
DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header,
String key,
ByteBuf extras)
Create a new
DefaultBinaryMemcacheResponse with the header, key and extras. |
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 DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header)
DefaultBinaryMemcacheResponse with the header only.header - the header to use.public DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header, String key)
DefaultBinaryMemcacheResponse with the header and key.header - the header to use.key - the key to usepublic DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header, ByteBuf extras)
DefaultBinaryMemcacheResponse with the header and extras.header - the header to use.extras - the extras to use.public DefaultBinaryMemcacheResponse(BinaryMemcacheResponseHeader header, String key, ByteBuf extras)
DefaultBinaryMemcacheResponse with the header, key and extras.header - the header to use.key - the key to use.extras - the extras to use.Copyright © 2008–2013 The Netty Project. All rights reserved.