Class ApacheHttpClientFactory
- java.lang.Object
-
- com.amazonaws.http.apache.client.impl.ApacheHttpClientFactory
-
- All Implemented Interfaces:
HttpClientFactory<ConnectionManagerAwareHttpClient>
public class ApacheHttpClientFactory extends Object implements HttpClientFactory<ConnectionManagerAwareHttpClient>
Factory class that builds the apache http client from the settings.
-
-
Constructor Summary
Constructors Constructor Description ApacheHttpClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionManagerAwareHttpClient
create(HttpClientSettings settings)
-
-
-
Method Detail
-
create
public ConnectionManagerAwareHttpClient create(HttpClientSettings settings)
- Specified by:
create
in interfaceHttpClientFactory<ConnectionManagerAwareHttpClient>
-
-