| Package | Description |
|---|---|
| software.amazon.awssdk.http |
| Modifier and Type | Field and Description |
|---|---|
static SdkHttpConfigurationOption<Duration> |
SdkHttpConfigurationOption.CONNECTION_ACQUIRE_TIMEOUT
Timeout for acquiring an already-established connection from a connection pool to a remote service.
|
static SdkHttpConfigurationOption<Duration> |
SdkHttpConfigurationOption.CONNECTION_TIMEOUT
Timeout for establishing a connection to a remote service.
|
static SdkHttpConfigurationOption<Integer> |
SdkHttpConfigurationOption.MAX_CONNECTIONS
Maximum number of connections allowed in a connection pool.
|
static SdkHttpConfigurationOption<Integer> |
SdkHttpConfigurationOption.MAX_PENDING_CONNECTION_ACQUIRES
Maximum number of requests allowed to wait for a connection.
|
static SdkHttpConfigurationOption<Protocol> |
SdkHttpConfigurationOption.PROTOCOL
HTTP protocol to use.
|
static SdkHttpConfigurationOption<Duration> |
SdkHttpConfigurationOption.READ_TIMEOUT
Timeout for each read to the underlying socket.
|
static SdkHttpConfigurationOption<Boolean> |
SdkHttpConfigurationOption.TRUST_ALL_CERTIFICATES
Option to disable SSL cert validation and SSL host name verification.
|
static SdkHttpConfigurationOption<Duration> |
SdkHttpConfigurationOption.WRITE_TIMEOUT
Timeout for each write to the underlying socket.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ConfigurationProvider.getConfigurationValue(SdkHttpConfigurationOption<T> key)
Retrieve the current value of the configuration option, if present.
|
Copyright © 2018. All rights reserved.