public interface MemcacheObject
MemcacheObject implementations.| 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.
|
DecoderResult getDecoderResult()
void setDecoderResult(DecoderResult result)
Do not call this method unless you know what you are doing.
Copyright © 2008–2013 The Netty Project. All rights reserved.