Uses of Class
io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Packages that use AbstractMemcacheObjectEncoder
Package
Description
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of AbstractMemcacheObjectEncoder in io.netty.handler.codec.memcache.binary
Subclasses of AbstractMemcacheObjectEncoder in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
AMessageToByteEncoder
that encodes binary memcache messages into bytes.private final class
class
The encoder part which takes care of encoding the request headers.class
The encoder which takes care of encoding the response headers.