| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventLoopGroupFactory
Configurable factory for creating
EventLoopGroup instances. |
| Modifier and Type | Method and Description |
|---|---|
Optional<EventLoopGroupFactory> |
EventLoopGroupConfiguration.eventLoopGroupFactory() |
| Modifier and Type | Method and Description |
|---|---|
SdkBuilder<?,EventLoopGroupConfiguration> |
EventLoopGroupConfiguration.Builder.eventLoopGroupFactory(EventLoopGroupFactory eventLoopGroupFactory)
Sets the
EventLoopGroupFactory which will be used to create the EventLoopGroup for the Netty
HTTP client. |
Copyright © 2017. All rights reserved.