Uses of Class
io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Packages that use AbstractBinaryMemcacheMessage
Package
Description
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.binaryModifier and TypeClassDescriptionclass
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary with parameters of type AbstractBinaryMemcacheMessageModifier and TypeMethodDescription(package private) void
AbstractBinaryMemcacheMessage.copyMeta
(AbstractBinaryMemcacheMessage dst) Copies special metadata hold by this instance to the provided instance