Uses of Class
software.amazon.awssdk.http.nio.netty.SdkEventLoopGroup
-
Packages that use SdkEventLoopGroup Package Description software.amazon.awssdk.http.nio.netty software.amazon.awssdk.http.nio.netty.internal -
-
Uses of SdkEventLoopGroup in software.amazon.awssdk.http.nio.netty
Methods in software.amazon.awssdk.http.nio.netty that return SdkEventLoopGroup Modifier and Type Method Description SdkEventLoopGroup
SdkEventLoopGroup.Builder. build()
static SdkEventLoopGroup
SdkEventLoopGroup. create(io.netty.channel.EventLoopGroup eventLoopGroup)
Creates a new instance of SdkEventLoopGroup withEventLoopGroup
.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 withEventLoopGroup
andChannelFactory
to be used withNettyNioAsyncHttpClient
.Methods in software.amazon.awssdk.http.nio.netty with parameters of type SdkEventLoopGroup Modifier and Type Method Description NettyNioAsyncHttpClient.Builder
NettyNioAsyncHttpClient.Builder. eventLoopGroup(SdkEventLoopGroup eventLoopGroup)
Sets theSdkEventLoopGroup
to use for the Netty HTTP client. -
Uses of SdkEventLoopGroup in software.amazon.awssdk.http.nio.netty.internal
Methods in software.amazon.awssdk.http.nio.netty.internal that return SdkEventLoopGroup Modifier and Type Method Description static SdkEventLoopGroup
SharedSdkEventLoopGroup. get()
Methods in software.amazon.awssdk.http.nio.netty.internal with parameters of type SdkEventLoopGroup Modifier and Type Method Description AwaitCloseChannelPoolMap.Builder
AwaitCloseChannelPoolMap.Builder. sdkEventLoopGroup(SdkEventLoopGroup sdkEventLoopGroup)
-