| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty | |
| software.amazon.awssdk.http.nio.netty.internal |
| Modifier and Type | Method and Description |
|---|---|
SdkEventLoopGroup |
SdkEventLoopGroup.Builder.build() |
static SdkEventLoopGroup |
SdkEventLoopGroup.create(io.netty.channel.EventLoopGroup eventLoopGroup)
Creates a new instance of SdkEventLoopGroup with
EventLoopGroup. |
static SdkEventLoopGroup |
SdkEventLoopGroup.create(io.netty.channel.EventLoopGroup eventLoopGroup,
io.netty.channel.ChannelFactory<? extends io.netty.channel.Channel> channelFactory)
Creates a new instance of SdkEventLoopGroup with
EventLoopGroup and ChannelFactory
to be used with NettyNioAsyncHttpClient. |
| Modifier and Type | Method and Description |
|---|---|
NettyNioAsyncHttpClient.Builder |
NettyNioAsyncHttpClient.Builder.eventLoopGroup(SdkEventLoopGroup eventLoopGroup)
Sets the
SdkEventLoopGroup to use for the Netty HTTP client. |
| Modifier and Type | Method and Description |
|---|---|
static SdkEventLoopGroup |
SharedSdkEventLoopGroup.get() |
| Modifier and Type | Method and Description |
|---|---|
AwaitCloseChannelPoolMap.Builder |
AwaitCloseChannelPoolMap.Builder.sdkEventLoopGroup(SdkEventLoopGroup sdkEventLoopGroup) |
Copyright © 2019. All rights reserved.