public interface MemcacheObject
Defines a common interface for all MemcacheObject
implementations.
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.
|
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.
Do not call this method unless you know what you are doing.