Uses of Class
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Package | Description |
---|---|
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
-
Uses of AbstractBinaryMemcacheEncoder in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Subclasses of AbstractBinaryMemcacheEncoder in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Modifier and Type Class Description class
BinaryMemcacheRequestEncoder
The encoder part which takes care of encoding the request headers.class
BinaryMemcacheResponseEncoder
The encoder which takes care of encoding the response headers.