public abstract class AbstractMemcacheObject extends Object implements MemcacheObject
MemcacheObject implementation.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMemcacheObject() |
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
decoderResult()
Returns the result of decoding this object.
|
void |
setDecoderResult(DecoderResult result)
Updates the result of decoding this object.
|
public DecoderResult decoderResult()
DecoderResultProviderdecoderResult in interface DecoderResultProviderpublic void setDecoderResult(DecoderResult result)
DecoderResultProvidersetDecoderResult in interface DecoderResultProviderCopyright © 2008–2015 The Netty Project. All rights reserved.