| Interface | Description | 
|---|---|
| AmazonHttpClient.RequestExecutionBuilder | Interface to configure a request execution and execute the request. | 
| HttpResponseHandler<T> | Responsible for handling an HTTP response and returning an object of type T. | 
| Class | Description | 
|---|---|
| AmazonHttpClient | |
| AmazonHttpClient.Builder | |
| AmazonHttpClientClockSkewErrorTest | |
| AmazonHttpClientIntegrationTest | |
| AmazonHttpClientSslHandshakeTimeoutIntegrationTest | This test is to verify that the apache-httpclient library has fixed the bug where socket timeout configuration is
 incorrectly ignored during SSL handshake. | 
| AmazonHttpClientTest | |
| ConnectionPoolMaxConnectionsIntegrationTest | |
| DefaultErrorResponseHandler | Implementation of HttpResponseHandler that handles only error responses from Amazon Web Services. | 
| DefaultErrorResponseHandlerIntegrationTest | |
| DelegatingDnsResolver | Implements the  DnsResolverinterface,
 taking in aDnsResolverimplementation and executing itsDnsResolver.resolve(String)method to perform the
 actual DNS resolution. | 
| DelegatingDnsResolverTest | |
| ExecutionContext | |
| ExecutionContext.Builder | |
| ExecutionContextTest | |
| HttpResponse | Represents an HTTP response returned by an AWS service in response to a
 service request. | 
| HttpResponseTest | |
| IdleConnectionReaper | Daemon thread to periodically check connection pools for idle connections. | 
| IdleConnectionReaperTest | |
| JsonErrorResponseHandler | |
| JsonErrorResponseHandlerTest | |
| JsonResponseHandler<T> | Default implementation of HttpResponseHandler that handles a successful response from an AWS
 service and unmarshalls the result using a JSON unmarshaller. | 
| MockServerTestBase | |
| OverloadedMockServerTestBase | |
| RepeatableInputStreamRequestEntity | Custom implementation of  RequestEntitythat delegates to anRepeatableInputStreamRequestEntity, with the one notable difference, that if
 the underlying InputStream supports being reset, this RequestEntity will
 report that it is repeatable and will reset the stream on all subsequent
 attempts to write out the request. | 
| RetryCountInUserAgentTest | |
| SdkHttpMetadata | Metadata about the HTTP response. | 
| SdkTransactionIdInHeaderTest | |
| StaxResponseHandler<T> | Default implementation of HttpResponseHandler that handles a successful
 response from an AWS service and unmarshalls the result using a StAX
 unmarshaller. | 
| StaxResponseHandlerTest | |
| UnresponsiveMockServerTestBase | 
| Enum | Description | 
|---|---|
| HttpMethodName | 
Copyright © 2017. All rights reserved.