Class ChannelAttributes

java.lang.Object
com.couchbase.client.core.io.netty.kv.ChannelAttributes

public class ChannelAttributes extends Object
This class holds all kinds of channel attributes that are in used across the KV channel.
Since:
2.0.0
  • Field Details

    • CHANNEL_ID_KEY

      public static final com.couchbase.client.core.deps.io.netty.util.AttributeKey<String> CHANNEL_ID_KEY
      Holds 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_KEY
      Holds the SASL mechanisms the server supports.