Package | Description |
---|---|
software.amazon.awssdk.http.nio.netty |
Modifier and Type | Method and Description |
---|---|
static SdkEventLoopGroup.Builder |
SdkEventLoopGroup.builder() |
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 © 2019. All rights reserved.