Package com.amazonaws.http.apache.client.impl
-
Interface Summary Interface Description ConnectionManagerAwareHttpClient An extension of Apache's HttpClient that expose the connection manager associated with the client. -
Class Summary Class Description ApacheConnectionManagerFactory Factory class to create connection manager used by the apache client.ApacheHttpClientFactory Factory class that builds the apache http client from the settings.SdkHttpClient An instance ofConnectionManagerAwareHttpClient
that delegates all the requests to the given http client.