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 . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.