Uses of Class
io.netty.handler.codec.memcache.AbstractMemcacheObject
-
Packages that use AbstractMemcacheObject Package Description io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary 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.memcache Modifier and Type Class Description class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.class
DefaultMemcacheContent
The defaultMemcacheContent
implementation. -
Uses of AbstractMemcacheObject in io.netty.handler.codec.memcache.binary
Subclasses of AbstractMemcacheObject in io.netty.handler.codec.memcache.binary Modifier and Type Class Description class
AbstractBinaryMemcacheMessage
Default implementation of aBinaryMemcacheMessage
.class
DefaultBinaryMemcacheRequest
The default implementation of theBinaryMemcacheRequest
.class
DefaultBinaryMemcacheResponse
The default implementation of theBinaryMemcacheResponse
.class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.
-