public abstract class AbstractMemcacheObject extends Object implements MemcacheObject
MemcacheObject implementation.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMemcacheObject() |
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
getDecoderResult()
Returns the result of decoding this message.
|
void |
setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
|
public DecoderResult getDecoderResult()
MemcacheObjectgetDecoderResult in interface MemcacheObjectpublic void setDecoderResult(DecoderResult result)
MemcacheObjectDo not call this method unless you know what you are doing.
setDecoderResult in interface MemcacheObjectCopyright © 2008–2013 The Netty Project. All rights reserved.