| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty |
| Modifier and Type | Method and Description |
|---|---|
EventLoopGroupConfiguration |
NettySdkHttpClientFactory.eventLoopGroupConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SdkBuilder<?,EventLoopGroupConfiguration> |
EventLoopGroupConfiguration.Builder.eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
Sets the
EventLoopGroup to use for the Netty HTTP client. |
SdkBuilder<?,EventLoopGroupConfiguration> |
EventLoopGroupConfiguration.Builder.eventLoopGroupFactory(EventLoopGroupFactory eventLoopGroupFactory)
Sets the
EventLoopGroupFactory which will be used to create the EventLoopGroup for the Netty
HTTP client. |
| Modifier and Type | Method and Description |
|---|---|
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.eventLoopGroupConfiguration(EventLoopGroupConfiguration eventLoopGroupConfiguration)
Configuration for the Netty
EventLoopGroup which multiplexes IO events. |
Copyright © 2017. All rights reserved.