Uses of Class
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Packages that use AbstractBinaryMemcacheDecoder Package Description com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of AbstractBinaryMemcacheDecoder in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Subclasses of AbstractBinaryMemcacheDecoder in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Modifier and Type Class Description class
BinaryMemcacheRequestDecoder
The decoder part which takes care of decoding the request-specific headers.class
BinaryMemcacheResponseDecoder
The decoder which takes care of decoding the response headers.
-