public abstract class AbstractMemcacheObject extends java.lang.Object implements MemcacheObject
The default MemcacheObject
implementation.
Modifier | Constructor and Description |
---|---|
protected |
AbstractMemcacheObject() |
Modifier and Type | Method and Description |
---|---|
io.netty.handler.codec.DecoderResult |
getDecoderResult()
Returns the result of decoding this message.
|
void |
setDecoderResult(io.netty.handler.codec.DecoderResult result)
Updates the result of decoding this message.
|
public io.netty.handler.codec.DecoderResult getDecoderResult()
MemcacheObject
Returns the result of decoding this message.
getDecoderResult
in interface MemcacheObject
public void setDecoderResult(io.netty.handler.codec.DecoderResult result)
MemcacheObject
Updates the result of decoding this message.
Do not call this method unless you know what you are doing.
setDecoderResult
in interface MemcacheObject