Uses of Enum
com.couchbase.client.dcp.message.HelloFeature
Packages that use HelloFeature
Package
Description
-
Uses of HelloFeature in com.couchbase.client.dcp.config
Methods in com.couchbase.client.dcp.config that return types with arguments of type HelloFeature -
Uses of HelloFeature in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return HelloFeatureModifier and TypeMethodDescriptionstatic HelloFeature
HelloFeature.forCode
(int code) static HelloFeature
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.Methods in com.couchbase.client.dcp.message that return types with arguments of type HelloFeatureModifier and TypeMethodDescriptionstatic Set
<HelloFeature> HelloRequest.parseResponse
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf msg) Method parameters in com.couchbase.client.dcp.message with type arguments of type HelloFeatureModifier and TypeMethodDescriptionstatic void
HelloRequest.init
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, String connectionName, Set<HelloFeature> extraFeatures) -
Uses of HelloFeature in com.couchbase.client.dcp.transport.netty
Methods in com.couchbase.client.dcp.transport.netty that return types with arguments of type HelloFeatureModifier and TypeMethodDescriptionstatic Set
<HelloFeature> DcpConnectHandler.getFeatures
(com.couchbase.client.core.deps.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).