Uses of Interface
com.couchbase.client.deps.io.netty.handler.codec.memcache.FullMemcacheMessage
Package | Description |
---|---|
com.couchbase.client.deps.io.netty.handler.codec.memcache |
Common superset of ascii and binary classes.
|
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
-
Uses of FullMemcacheMessage in com.couchbase.client.deps.io.netty.handler.codec.memcache
Fields in com.couchbase.client.deps.io.netty.handler.codec.memcache declared as FullMemcacheMessage Modifier and Type Field Description protected FullMemcacheMessage
AbstractMemcacheObjectAggregator. currentMessage
Contains the current message that gets aggregated.Methods in com.couchbase.client.deps.io.netty.handler.codec.memcache that return FullMemcacheMessage Modifier and Type Method Description FullMemcacheMessage
FullMemcacheMessage. copy()
FullMemcacheMessage
FullMemcacheMessage. duplicate()
FullMemcacheMessage
FullMemcacheMessage. retain()
FullMemcacheMessage
FullMemcacheMessage. retain(int increment)
-
Uses of FullMemcacheMessage in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Subinterfaces of FullMemcacheMessage in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interface
FullBinaryMemcacheRequest
ABinaryMemcacheRequest
that also includes the content.interface
FullBinaryMemcacheResponse
ABinaryMemcacheResponse
that also includes the content.Classes in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary that implement FullMemcacheMessage Modifier and Type Class Description class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.