Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.http.apache.client.impl |
Modifier and Type | Field and Description |
---|---|
private ConnectionManagerAwareHttpClient |
AmazonHttpClient.httpClient
Internal client for sending HTTP requests
|
Modifier and Type | Field and Description |
---|---|
private static HttpClientFactory<ConnectionManagerAwareHttpClient> |
AmazonHttpClient.httpClientFactory |
Constructor and Description |
---|
AmazonHttpClient(ClientConfiguration clientConfig,
ConnectionManagerAwareHttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Package-protected constructor for unit test purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
SdkHttpClient
An instance of
ConnectionManagerAwareHttpClient that delegates all the requests to the given http client. |
Modifier and Type | Method and Description |
---|---|
ConnectionManagerAwareHttpClient |
ApacheHttpClientFactory.create(HttpClientSettings settings) |