Uses of Interface
com.couchbase.client.deps.io.netty.handler.codec.memcache.MemcacheContent
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 MemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache
Subinterfaces of MemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache Modifier and Type Interface Description interface
FullMemcacheMessage
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
LastMemcacheContent
TheMemcacheContent
which signals the end of the content batch.Classes in com.couchbase.client.deps.io.netty.handler.codec.memcache that implement MemcacheContent Modifier and Type Class Description class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.class
DefaultMemcacheContent
The defaultMemcacheContent
implementation.Methods in com.couchbase.client.deps.io.netty.handler.codec.memcache that return MemcacheContent Modifier and Type Method Description MemcacheContent
DefaultMemcacheContent. copy()
MemcacheContent
MemcacheContent. copy()
MemcacheContent
DefaultMemcacheContent. duplicate()
MemcacheContent
MemcacheContent. duplicate()
MemcacheContent
DefaultMemcacheContent. replace(ByteBuf content)
MemcacheContent
DefaultMemcacheContent. retain()
MemcacheContent
DefaultMemcacheContent. retain(int increment)
MemcacheContent
MemcacheContent. retain()
MemcacheContent
DefaultMemcacheContent. retainedDuplicate()
MemcacheContent
DefaultMemcacheContent. touch()
MemcacheContent
DefaultMemcacheContent. touch(Object o)
-
Uses of MemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheContent 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 MemcacheContent Modifier and Type Class Description class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.