Uses of Interface
com.amazonaws.http.apache.client.impl.ConnectionManagerAwareHttpClient
-
Packages that use ConnectionManagerAwareHttpClient Package Description com.amazonaws.http com.amazonaws.http.apache.client.impl -
-
Uses of ConnectionManagerAwareHttpClient in com.amazonaws.http
Constructors in com.amazonaws.http with parameters of type ConnectionManagerAwareHttpClient Constructor Description AmazonHttpClient(ClientConfiguration clientConfig, ConnectionManagerAwareHttpClient httpClient, RequestMetricCollector requestMetricCollector)
Package-protected constructor for unit test purposes. -
Uses of ConnectionManagerAwareHttpClient in com.amazonaws.http.apache.client.impl
Classes in com.amazonaws.http.apache.client.impl that implement ConnectionManagerAwareHttpClient Modifier and Type Class Description class
SdkHttpClient
An instance ofConnectionManagerAwareHttpClient
that delegates all the requests to the given http client.Methods in com.amazonaws.http.apache.client.impl that return ConnectionManagerAwareHttpClient Modifier and Type Method Description ConnectionManagerAwareHttpClient
ApacheHttpClientFactory. create(HttpClientSettings settings)
-