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 classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation. -
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 classAbstractBinaryMemcacheMessageDefault implementation of aBinaryMemcacheMessage.classDefaultBinaryMemcacheRequestThe default implementation of theBinaryMemcacheRequest.classDefaultBinaryMemcacheResponseThe default implementation of theBinaryMemcacheResponse.classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse.
-