Package io.netty.handler.codec.memcache
Class AbstractMemcacheObject
- java.lang.Object
-
- io.netty.util.AbstractReferenceCounted
-
- io.netty.handler.codec.memcache.AbstractMemcacheObject
-
- All Implemented Interfaces:
io.netty.handler.codec.DecoderResultProvider,MemcacheObject,io.netty.util.ReferenceCounted
- Direct Known Subclasses:
AbstractBinaryMemcacheMessage,DefaultMemcacheContent
@UnstableApi public abstract class AbstractMemcacheObject extends io.netty.util.AbstractReferenceCounted implements MemcacheObject
The defaultMemcacheObjectimplementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractMemcacheObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.handler.codec.DecoderResultdecoderResult()voidsetDecoderResult(io.netty.handler.codec.DecoderResult result)-
Methods inherited from class io.netty.util.AbstractReferenceCounted
deallocate, refCnt, release, release, retain, retain, setRefCnt, touch
-
-
-
-
Method Detail
-
decoderResult
public io.netty.handler.codec.DecoderResult decoderResult()
- Specified by:
decoderResultin interfaceio.netty.handler.codec.DecoderResultProvider
-
setDecoderResult
public void setDecoderResult(io.netty.handler.codec.DecoderResult result)
- Specified by:
setDecoderResultin interfaceio.netty.handler.codec.DecoderResultProvider
-
-