| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty |
| Modifier and Type | Method and Description |
|---|---|
static NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.builder() |
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.connectionAcquisitionTimeout(Duration timeout)
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
|
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.connectionTimeout(Duration timeout)
The amount of time to wait when initially establishing a connection before giving up and timing out.
|
default NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.eventLoopGroupConfiguration(Consumer<EventLoopGroupConfiguration.Builder> eventLoopGroupConfiguration)
Configuration for the Netty
EventLoopGroup which multiplexes IO events. |
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.eventLoopGroupConfiguration(EventLoopGroupConfiguration eventLoopGroupConfiguration)
Configuration for the Netty
EventLoopGroup which multiplexes IO events. |
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.maxConnectionsPerEndpoint(Integer maxConnectionsPerEndpoint)
Max allowed connections per endpoint allowed in the connection pool.
|
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.readTimeout(Duration timeout)
The amount of time to wait for a read on a socket before an exception is thrown.
|
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.toBuilder() |
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.trustAllCertificates(Boolean trustAllCertificates)
Forces the HTTP client to trust all certificates, even invalid or self signed certificates.
|
NettySdkHttpClientFactory.Builder |
NettySdkHttpClientFactory.Builder.writeTimeout(Duration timeout)
The amount of time to wait for a write on a socket before an exception is thrown.
|
Copyright © 2017. All rights reserved.