public final class ChannelAttributeKey extends Object
AttributeMap.attr(AttributeKey)
.Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<MultiplexedChannelRecord> |
CHANNEL_POOL_RECORD
Reference to
MultiplexedChannelRecord 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<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<MultiplexedChannelRecord> CHANNEL_POOL_RECORD
MultiplexedChannelRecord
which stores information about leased streams for a multiplexed connection.public static final io.netty.util.AttributeKey<Long> MAX_CONCURRENT_STREAMS
Copyright © 2019. All rights reserved.