Uses of Enum Class
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 HelloFeatureHelloFeature.forCode(int code) static HelloFeatureReturns the enum constant of this class with the specified name.static HelloFeature[]HelloFeature.values()Returns an array containing the constants of this enum class, 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 voidHelloRequest.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).