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_MAX_IDLE_TIMEOUT |
Timeout after which an idle connection should be closed.
|
static SdkHttpConfigurationOption<Duration> |
SdkHttpConfigurationOption.CONNECTION_TIME_TO_LIVE |
Timeout after which a connection should be closed, regardless of whether it is idle.
|
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.REAP_IDLE_CONNECTIONS |
|
static SdkHttpConfigurationOption<Boolean> |
SdkHttpConfigurationOption.TCP_KEEPALIVE |
Whether to enable or disable TCP KeepAlive.
|
static SdkHttpConfigurationOption<TlsKeyManagersProvider> |
SdkHttpConfigurationOption.TLS_KEY_MANAGERS_PROVIDER |
|
static SdkHttpConfigurationOption<Duration> |
SdkHttpConfigurationOption.TLS_NEGOTIATION_TIMEOUT |
The maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO
message is sent to the time the client and server have fully negotiated ciphers and exchanged keys.
|
static SdkHttpConfigurationOption<TlsTrustManagersProvider> |
SdkHttpConfigurationOption.TLS_TRUST_MANAGERS_PROVIDER |
|
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.
|