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 SdkEventLoopGroupSdkEventLoopGroup.Builder. build()static SdkEventLoopGroupSdkEventLoopGroup. create(io.netty.channel.EventLoopGroup eventLoopGroup)Creates a new instance of SdkEventLoopGroup withEventLoopGroup.static SdkEventLoopGroupSdkEventLoopGroup. create(io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.channel.ChannelFactory<? extends io.netty.channel.Channel> channelFactory)Creates a new instance of SdkEventLoopGroup withEventLoopGroupandChannelFactoryto be used withNettyNioAsyncHttpClient.Methods in software.amazon.awssdk.http.nio.netty with parameters of type SdkEventLoopGroup Modifier and Type Method Description NettyNioAsyncHttpClient.BuilderNettyNioAsyncHttpClient.Builder. eventLoopGroup(SdkEventLoopGroup eventLoopGroup)Sets theSdkEventLoopGroupto 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 SdkEventLoopGroupSharedSdkEventLoopGroup. get()Methods in software.amazon.awssdk.http.nio.netty.internal with parameters of type SdkEventLoopGroup Modifier and Type Method Description AwaitCloseChannelPoolMap.BuilderAwaitCloseChannelPoolMap.Builder. sdkEventLoopGroup(SdkEventLoopGroup sdkEventLoopGroup)
-