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