Class AbstractMemcacheObject
java.lang.Object
com.couchbase.client.deps.io.netty.handler.codec.memcache.AbstractMemcacheObject
- All Implemented Interfaces:
MemcacheObject
- Direct Known Subclasses:
AbstractBinaryMemcacheMessage
,DefaultMemcacheContent
public abstract class AbstractMemcacheObject extends Object implements MemcacheObject
The default
MemcacheObject
implementation.-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractMemcacheObject()
-
Method Summary
Modifier and Type Method Description DecoderResult
getDecoderResult()
Returns the result of decoding this message.void
setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
-
Constructor Details
-
AbstractMemcacheObject
protected AbstractMemcacheObject()
-
-
Method Details
-
getDecoderResult
Description copied from interface:MemcacheObject
Returns the result of decoding this message.- Specified by:
getDecoderResult
in interfaceMemcacheObject
-
setDecoderResult
Description copied from interface:MemcacheObject
Updates the result of decoding this message.Do not call this method unless you know what you are doing.
- Specified by:
setDecoderResult
in interfaceMemcacheObject
-