Uses of Interface
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
Packages that use FullBinaryMemcacheResponse Package Description com.couchbase.client.core.endpoint.kv com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of FullBinaryMemcacheResponse in com.couchbase.client.core.endpoint.kv
Methods in com.couchbase.client.core.endpoint.kv with parameters of type FullBinaryMemcacheResponse Modifier and Type Method Description protected void
KeyValueAuthHandler. channelRead0(ChannelHandlerContext ctx, FullBinaryMemcacheResponse msg)
Dispatches incoming SASL responses to the appropriate handler methods.protected void
KeyValueErrorMapHandler. channelRead0(ChannelHandlerContext ctx, FullBinaryMemcacheResponse msg)
protected void
KeyValueFeatureHandler. channelRead0(ChannelHandlerContext ctx, FullBinaryMemcacheResponse msg)
protected void
KeyValueSelectBucketHandler. channelRead0(ChannelHandlerContext ctx, FullBinaryMemcacheResponse msg)
Handles incoming Select bucket responses.protected CouchbaseResponse
KeyValueHandler. decodeResponse(ChannelHandlerContext ctx, FullBinaryMemcacheResponse msg)
-
Uses of FullBinaryMemcacheResponse in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Classes in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary that implement FullBinaryMemcacheResponse Modifier and Type Class Description class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.Methods in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary that return FullBinaryMemcacheResponse Modifier and Type Method Description FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. copy()
FullBinaryMemcacheResponse
FullBinaryMemcacheResponse. copy()
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. duplicate()
FullBinaryMemcacheResponse
FullBinaryMemcacheResponse. duplicate()
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. replace(ByteBuf content)
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. retain()
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. retain(int increment)
FullBinaryMemcacheResponse
FullBinaryMemcacheResponse. retain()
FullBinaryMemcacheResponse
FullBinaryMemcacheResponse. retain(int increment)
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. retainedDuplicate()
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. setContent(ByteBuf content)
FullBinaryMemcacheResponse
FullBinaryMemcacheResponse. setContent(ByteBuf content)
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. touch()
FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse. touch(Object hint)
-