Uses of Class
io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
Packages that use AbstractBinaryMemcacheMessage Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of AbstractBinaryMemcacheMessage in io.netty.handler.codec.memcache.binary
Subclasses of AbstractBinaryMemcacheMessage in io.netty.handler.codec.memcache.binary Modifier and Type Class Description classDefaultBinaryMemcacheRequestThe default implementation of theBinaryMemcacheRequest.classDefaultBinaryMemcacheResponseThe default implementation of theBinaryMemcacheResponse.classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse.Methods in io.netty.handler.codec.memcache.binary with parameters of type AbstractBinaryMemcacheMessage Modifier and Type Method Description (package private) voidAbstractBinaryMemcacheMessage. copyMeta(AbstractBinaryMemcacheMessage dst)Copies special metadata hold by this instance to the provided instance
-