| Package | Description |
|---|---|
| com.couchbase.client.core.endpoint.dcp | |
| com.couchbase.client.core.endpoint.kv | |
| com.couchbase.client.deps.io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected BinaryMemcacheRequest |
DCPHandler.encodeRequest(ChannelHandlerContext ctx,
DCPRequest msg) |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryMemcacheRequest |
KeyValueHandler.encodeRequest(ChannelHandlerContext ctx,
BinaryRequest msg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullBinaryMemcacheRequest
A
BinaryMemcacheRequest that also includes the content. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinaryMemcacheRequest
The default implementation of the
BinaryMemcacheRequest. |
class |
DefaultFullBinaryMemcacheRequest
The default implementation of a
FullBinaryMemcacheRequest. |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryMemcacheRequest |
BinaryMemcacheRequestDecoder.buildInvalidMessage() |
protected BinaryMemcacheRequest |
BinaryMemcacheRequestDecoder.decodeHeader(ByteBuf in) |
BinaryMemcacheRequest |
DefaultBinaryMemcacheRequest.retain() |
BinaryMemcacheRequest |
DefaultBinaryMemcacheRequest.retain(int increment) |
BinaryMemcacheRequest |
DefaultBinaryMemcacheRequest.setReserved(short reserved) |
BinaryMemcacheRequest |
BinaryMemcacheRequest.setReserved(short reserved)
Sets the reserved field value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryMemcacheRequestEncoder.encodeHeader(ByteBuf buf,
BinaryMemcacheRequest msg) |
Copyright © 2016 Couchbase, Inc.. All rights reserved.