public final class ChannelAttributeKey extends Object
AttributeMap.attr(AttributeKey).| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<Http2MultiplexedChannelPool> |
HTTP2_MULTIPLEXED_CHANNEL_POOL
Reference to
Http2MultiplexedChannelPool which stores information about leased streams for a multiplexed
connection. |
static io.netty.util.AttributeKey<Long> |
MAX_CONCURRENT_STREAMS
Value of the MAX_CONCURRENT_STREAMS from the server's SETTING frame.
|
static io.netty.util.AttributeKey<PingTracker> |
PING_TRACKER |
static io.netty.util.AttributeKey<CompletableFuture<Protocol>> |
PROTOCOL_FUTURE
Future that when a protocol (http/1.1 or h2) has been selected.
|
public static final io.netty.util.AttributeKey<CompletableFuture<Protocol>> PROTOCOL_FUTURE
public static final io.netty.util.AttributeKey<Http2MultiplexedChannelPool> HTTP2_MULTIPLEXED_CHANNEL_POOL
Http2MultiplexedChannelPool which stores information about leased streams for a multiplexed
connection.public static final io.netty.util.AttributeKey<PingTracker> PING_TRACKER
public static final io.netty.util.AttributeKey<Long> MAX_CONCURRENT_STREAMS
Copyright © 2020. All rights reserved.