Uses of Class
io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- 
Packages that use AbstractMemcacheObjectEncoder Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.
- 
- 
Uses of AbstractMemcacheObjectEncoder in io.netty.handler.codec.memcache.binarySubclasses of AbstractMemcacheObjectEncoder in io.netty.handler.codec.memcache.binary Modifier and Type Class Description classAbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage>AMessageToByteEncoderthat encodes binary memcache messages into bytes.classBinaryMemcacheRequestEncoderThe encoder part which takes care of encoding the request headers.classBinaryMemcacheResponseEncoderThe encoder which takes care of encoding the response headers.
 
-