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