Uses of Class
io.netty.handler.codec.memcache.AbstractMemcacheObject
Packages that use AbstractMemcacheObject
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of AbstractMemcacheObject in io.netty.handler.codec.memcache
Subclasses of AbstractMemcacheObject in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclass
The default implementation for theLastMemcacheContent
.class
The defaultMemcacheContent
implementation. -
Uses of AbstractMemcacheObject in io.netty.handler.codec.memcache.binary
Subclasses of AbstractMemcacheObject in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
Default implementation of aBinaryMemcacheMessage
.class
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.