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()
DecoderResultProvider
decoderResult
in interface DecoderResultProvider
public void setDecoderResult(DecoderResult result)
DecoderResultProvider
setDecoderResult
in interface DecoderResultProvider
Copyright © 2008–2015 The Netty Project. All rights reserved.