Class ChannelAttributes
java.lang.Object
com.couchbase.client.core.io.netty.kv.ChannelAttributes
This class holds all kinds of channel attributes that are in used across
the KV channel.
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.couchbase.client.core.deps.io.netty.util.AttributeKey<String>
Holds the channel ID negotiated with KV engine once set.static final com.couchbase.client.core.deps.io.netty.util.AttributeKey<Set<SaslMechanism>>
Holds the SASL mechanisms the server supports. -
Method Summary
-
Field Details
-
CHANNEL_ID_KEY
public static final com.couchbase.client.core.deps.io.netty.util.AttributeKey<String> CHANNEL_ID_KEYHolds the channel ID negotiated with KV engine once set. -
SASL_MECHS_KEY
public static final com.couchbase.client.core.deps.io.netty.util.AttributeKey<Set<SaslMechanism>> SASL_MECHS_KEYHolds the SASL mechanisms the server supports.
-