| Package | Description |
|---|---|
| com.couchbase.client.dcp.config | |
| com.couchbase.client.dcp.message | |
| com.couchbase.client.dcp.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
Set<HelloFeature> |
CompressionMode.getHelloFeatures(Version serverVersion) |
| Modifier and Type | Method and Description |
|---|---|
static HelloFeature |
HelloFeature.forCode(int code) |
static HelloFeature |
HelloFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelloFeature[] |
HelloFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HelloFeature> |
HelloRequest.parseResponse(io.netty.buffer.ByteBuf msg) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HelloRequest.init(io.netty.buffer.ByteBuf buffer,
String connectionName,
Set<HelloFeature> extraFeatures) |
| Modifier and Type | Method and Description |
|---|---|
static Set<HelloFeature> |
DcpConnectHandler.getFeatures(io.netty.channel.Channel channel)
Returns the features from the HELO response (the intersection of the features
we advertised and the features supported by the server).
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.