| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty |
| Modifier and Type | Method and Description |
|---|---|
static SdkEventLoopGroup.Builder |
SdkEventLoopGroup.builder() |
SdkEventLoopGroup.Builder |
SdkEventLoopGroup.Builder.channelFactory(io.netty.channel.ChannelFactory<? extends io.netty.channel.Channel> channelFactory)
ChannelFactory to create socket channels used by the EventLoopGroup. |
SdkEventLoopGroup.Builder |
SdkEventLoopGroup.Builder.datagramChannelFactory(io.netty.channel.ChannelFactory<? extends io.netty.channel.socket.DatagramChannel> datagramChannelFactory)
ChannelFactory to create datagram channels used by the EventLoopGroup. |
SdkEventLoopGroup.Builder |
SdkEventLoopGroup.Builder.numberOfThreads(Integer numberOfThreads)
Number of threads to use for the
EventLoopGroup. |
SdkEventLoopGroup.Builder |
SdkEventLoopGroup.Builder.threadFactory(ThreadFactory threadFactory)
ThreadFactory to create threads used by the EventLoopGroup. |
| Modifier and Type | Method and Description |
|---|---|
NettyNioAsyncHttpClient.Builder |
NettyNioAsyncHttpClient.Builder.eventLoopGroupBuilder(SdkEventLoopGroup.Builder eventLoopGroupBuilder)
Sets the
SdkEventLoopGroup.Builder which will be used to create the SdkEventLoopGroup for the Netty
HTTP client. |
Copyright © 2023. All rights reserved.