| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty.internal | |
| software.amazon.awssdk.http.nio.netty.internal.http2 |
| Modifier and Type | Method and Description |
|---|---|
NettyConfiguration |
RequestContext.configuration() |
| Modifier and Type | Method and Description |
|---|---|
AwaitCloseChannelPoolMap.Builder |
AwaitCloseChannelPoolMap.Builder.configuration(NettyConfiguration configuration) |
| Constructor and Description |
|---|
ChannelPipelineInitializer(Protocol protocol,
io.netty.handler.ssl.SslContext sslCtx,
long clientMaxStreams,
AtomicReference<io.netty.channel.pool.ChannelPool> channelPoolRef,
NettyConfiguration configuration,
URI poolKey) |
HealthCheckedChannelPool(io.netty.channel.EventLoopGroup eventLoopGroup,
NettyConfiguration configuration,
io.netty.channel.pool.ChannelPool delegate) |
RequestContext(io.netty.channel.pool.ChannelPool channelPool,
io.netty.channel.EventLoopGroup eventLoopGroup,
AsyncExecuteRequest executeRequest,
NettyConfiguration configuration) |
| Constructor and Description |
|---|
HttpOrHttp2ChannelPool(io.netty.channel.pool.ChannelPool delegatePool,
io.netty.channel.EventLoopGroup group,
int maxConcurrency,
NettyConfiguration configuration) |
Copyright © 2019. All rights reserved.