| Package | Description |
|---|---|
| com.couchbase.mock.memcached | |
| com.couchbase.mock.memcached.protocol |
| Modifier and Type | Method and Description |
|---|---|
void |
MemcachedConnection.sendResponse(BinaryResponse response)
Places the response into the current connection's output buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryArithmeticResponse |
class |
BinaryConfigResponse |
class |
BinaryGetErrmapResponse
Created by mnunberg on 12/9/16.
|
class |
BinaryGetResponse |
class |
BinaryHelloResponse
Created by mnunberg on 2/4/15.
|
class |
BinaryObserveResponse
This contains the response for the OBSERVE command.
|
class |
BinaryObserveSeqnoResponse
Created by mnunberg on 2/4/15.
|
class |
BinarySaslResponse |
class |
BinaryStatResponse |
class |
BinaryStoreResponse |
class |
BinaryVersionResponse |
| Modifier and Type | Method and Description |
|---|---|
static BinaryResponse |
BinaryConfigResponse.create(BinaryCommand command,
MemcachedServer server,
ErrorCode errOk,
ErrorCode errNotSupp)
Create a new response which contains a cluster configuration, if supported
|
static BinaryResponse |
BinaryConfigResponse.createGetConfig(BinaryCommand command,
MemcachedServer server)
Creates a response for
CMD_GET_CONFIG |
static BinaryResponse |
BinaryConfigResponse.createNotMyVbucket(BinaryCommand command,
MemcachedServer server)
Creates a response for
NOT_MY_VBUCKET conditions |
static BinaryResponse |
BinaryResponse.createWithValue(BinaryCommand command,
byte[] value,
long cas) |
static BinaryResponse |
BinaryResponse.createWithValue(ErrorCode ec,
BinaryCommand command,
byte[] value,
long cas) |
Copyright © 2017. All rights reserved.