| Package | Description |
|---|---|
| com.couchbase.client.core.cnc.events.io | |
| com.couchbase.client.core.io.netty.kv |
| Modifier and Type | Method and Description |
|---|---|
List<ServerFeature> |
FeaturesNegotiatedEvent.negotiated()
Returns the negotiated server features for this connection.
|
List<ServerFeature> |
UnsolicitedFeaturesReturnedEvent.unsolicitedFeatures()
Returns the unsolicited features that got returned by the server.
|
| Constructor and Description |
|---|
FeaturesNegotiatedEvent(IoContext ctx,
Duration duration,
List<ServerFeature> negotiated) |
UnsolicitedFeaturesReturnedEvent(IoContext ctx,
List<ServerFeature> unsolicitedFeatures) |
| Modifier and Type | Method and Description |
|---|---|
static ServerFeature |
ServerFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerFeature[] |
ServerFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FeatureNegotiatingHandler(EndpointContext endpointContext,
Set<ServerFeature> features)
Creates a new
FeatureNegotiatingHandler. |
KeyValueChannelContext(CompressionConfig compression,
Optional<String> bucket,
CollectionMap collectionMap,
com.couchbase.client.core.deps.io.netty.channel.ChannelId channelId,
Set<ServerFeature> features) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.