T - Type of optionpublic final class SdkHttpConfigurationOption<T> extends AttributeMap.Key<T>
AttributeMap| Modifier and Type | Field and Description | 
|---|---|
static SdkHttpConfigurationOption<Duration> | 
CONNECTION_ACQUIRE_TIMEOUT
Timeout for acquiring an already-established connection from a connection pool to a remote service. 
 | 
static SdkHttpConfigurationOption<Duration> | 
CONNECTION_TIMEOUT
Timeout for establishing a connection to a remote service. 
 | 
static AttributeMap | 
GLOBAL_HTTP_DEFAULTS  | 
static SdkHttpConfigurationOption<Integer> | 
MAX_CONNECTIONS
Maximum number of connections allowed in a connection pool. 
 | 
static SdkHttpConfigurationOption<Integer> | 
MAX_PENDING_CONNECTION_ACQUIRES
Maximum number of requests allowed to wait for a connection. 
 | 
static SdkHttpConfigurationOption<Duration> | 
READ_TIMEOUT
Timeout for each read to the underlying socket. 
 | 
static SdkHttpConfigurationOption<Boolean> | 
TRUST_ALL_CERTIFICATES
Option to disable SSL cert validation and SSL host name verification. 
 | 
static SdkHttpConfigurationOption<Duration> | 
WRITE_TIMEOUT
Timeout for each write to the underlying socket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
name()
Note that the name is mainly used for debugging purposes. 
 | 
String | 
toString()  | 
convertValuepublic static final SdkHttpConfigurationOption<Duration> READ_TIMEOUT
public static final SdkHttpConfigurationOption<Duration> WRITE_TIMEOUT
public static final SdkHttpConfigurationOption<Duration> CONNECTION_TIMEOUT
public static final SdkHttpConfigurationOption<Duration> CONNECTION_ACQUIRE_TIMEOUT
public static final SdkHttpConfigurationOption<Integer> MAX_CONNECTIONS
public static final SdkHttpConfigurationOption<Integer> MAX_PENDING_CONNECTION_ACQUIRES
public static final SdkHttpConfigurationOption<Boolean> TRUST_ALL_CERTIFICATES
public static final AttributeMap GLOBAL_HTTP_DEFAULTS
public String name()
AttributeMap.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.