Uses of Interface
software.amazon.awssdk.http.nio.netty.SdkEventLoopGroup.Builder
-
Packages that use SdkEventLoopGroup.Builder Package Description software.amazon.awssdk.http.nio.netty -
-
Uses of SdkEventLoopGroup.Builder in software.amazon.awssdk.http.nio.netty
Methods in software.amazon.awssdk.http.nio.netty that return SdkEventLoopGroup.Builder Modifier and Type Method Description static SdkEventLoopGroup.BuilderSdkEventLoopGroup. builder()SdkEventLoopGroup.BuilderSdkEventLoopGroup.Builder. channelFactory(io.netty.channel.ChannelFactory<? extends io.netty.channel.Channel> channelFactory)ChannelFactoryto create socket channels used by theEventLoopGroup.SdkEventLoopGroup.BuilderSdkEventLoopGroup.Builder. datagramChannelFactory(io.netty.channel.ChannelFactory<? extends io.netty.channel.socket.DatagramChannel> datagramChannelFactory)ChannelFactoryto create datagram channels used by theEventLoopGroup.SdkEventLoopGroup.BuilderSdkEventLoopGroup.Builder. numberOfThreads(Integer numberOfThreads)Number of threads to use for theEventLoopGroup.SdkEventLoopGroup.BuilderSdkEventLoopGroup.Builder. threadFactory(ThreadFactory threadFactory)ThreadFactoryto create threads used by theEventLoopGroup.Methods in software.amazon.awssdk.http.nio.netty with parameters of type SdkEventLoopGroup.Builder Modifier and Type Method Description NettyNioAsyncHttpClient.BuilderNettyNioAsyncHttpClient.Builder. eventLoopGroupBuilder(SdkEventLoopGroup.Builder eventLoopGroupBuilder)Sets theSdkEventLoopGroup.Builderwhich will be used to create theSdkEventLoopGroupfor the Netty HTTP client.
-