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 TypeClassDescriptionclassThe default implementation for theLastMemcacheContent.classThe defaultMemcacheContentimplementation. -
Uses of AbstractMemcacheObject in io.netty.handler.codec.memcache.binary
Subclasses of AbstractMemcacheObject in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassDefault implementation of aBinaryMemcacheMessage.classThe default implementation of theBinaryMemcacheRequest.classThe default implementation of theBinaryMemcacheResponse.classThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse.