Uses of Interface
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
Packages that use BinaryMemcacheResponse Package Description com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of BinaryMemcacheResponse in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Subinterfaces of BinaryMemcacheResponse in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interface
FullBinaryMemcacheResponse
ABinaryMemcacheResponse
that also includes the content.Classes in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary that implement BinaryMemcacheResponse Modifier and Type Class Description class
DefaultBinaryMemcacheResponse
The default implementation of theBinaryMemcacheResponse
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.Methods in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary that return BinaryMemcacheResponse Modifier and Type Method Description protected BinaryMemcacheResponse
BinaryMemcacheResponseDecoder. buildInvalidMessage()
protected BinaryMemcacheResponse
BinaryMemcacheResponseDecoder. decodeHeader(ByteBuf in)
BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. retain()
BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. retain(int increment)
BinaryMemcacheResponse
BinaryMemcacheResponse. setStatus(short status)
Sets the status of the response.BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. setStatus(short status)
Methods in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary with parameters of type BinaryMemcacheResponse Modifier and Type Method Description protected void
BinaryMemcacheResponseEncoder. encodeHeader(ByteBuf buf, BinaryMemcacheResponse msg)
-