Uses of Class
io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
-
Packages that use AbstractBinaryMemcacheEncoder Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of AbstractBinaryMemcacheEncoder in io.netty.handler.codec.memcache.binary
Subclasses of AbstractBinaryMemcacheEncoder in io.netty.handler.codec.memcache.binary Modifier and Type Class Description private classBinaryMemcacheClientCodec.EncoderclassBinaryMemcacheRequestEncoderThe encoder part which takes care of encoding the request headers.classBinaryMemcacheResponseEncoderThe encoder which takes care of encoding the response headers.
-