Uses of Class
software.amazon.awssdk.http.nio.netty.internal.http2.Http2MultiplexedChannelPool
-
Packages that use Http2MultiplexedChannelPool Package Description software.amazon.awssdk.http.nio.netty.internal -
-
Uses of Http2MultiplexedChannelPool in software.amazon.awssdk.http.nio.netty.internal
Fields in software.amazon.awssdk.http.nio.netty.internal with type parameters of type Http2MultiplexedChannelPool Modifier and Type Field Description static io.netty.util.AttributeKey<Http2MultiplexedChannelPool>
ChannelAttributeKey. HTTP2_MULTIPLEXED_CHANNEL_POOL
Reference toHttp2MultiplexedChannelPool
which stores information about leased streams for a multiplexed connection.
-