Uses of Enum
com.couchbase.client.core.io.netty.kv.ServerFeature
Packages that use ServerFeature
-
Uses of ServerFeature in com.couchbase.client.core.cnc.events.io
Methods in com.couchbase.client.core.cnc.events.io that return types with arguments of type ServerFeatureModifier and TypeMethodDescriptionFeaturesNegotiatedEvent.negotiated()Returns the negotiated server features for this connection.UnsolicitedFeaturesReturnedEvent.unsolicitedFeatures()Returns the unsolicited features that got returned by the server.Constructor parameters in com.couchbase.client.core.cnc.events.io with type arguments of type ServerFeatureModifierConstructorDescriptionFeaturesNegotiatedEvent(IoContext ctx, Duration duration, List<ServerFeature> negotiated) UnsolicitedFeaturesReturnedEvent(IoContext ctx, List<ServerFeature> unsolicitedFeatures) -
Uses of ServerFeature in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return ServerFeatureModifier and TypeMethodDescriptionstatic ServerFeatureReturns 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 parameters in com.couchbase.client.core.io.netty.kv with type arguments of type ServerFeatureModifierConstructorDescriptionFeatureNegotiatingHandler(EndpointContext endpointContext, Set<ServerFeature> features) Creates a newFeatureNegotiatingHandler.KeyValueChannelContext(CompressionConfig compression, Optional<String> bucket, CollectionMap collectionMap, com.couchbase.client.core.deps.io.netty.channel.ChannelId channelId, Set<ServerFeature> features)