Interface | Description |
---|---|
ConnectionManagerAwareHttpClient |
An extension of Apache's HttpClient that expose the connection manager
associated with the client.
|
Class | Description |
---|---|
ApacheConnectionManagerFactory |
Factory class to create connection manager used by the apache client.
|
ApacheConnectionManagerFactory.TrustingSocketFactory |
Simple implementation of SchemeSocketFactory (and
LayeredSchemeSocketFactory) that bypasses SSL certificate checks.
|
ApacheConnectionManagerFactory.TrustingX509TrustManager |
Simple implementation of X509TrustManager that trusts all certificates.
|
ApacheHttpClientFactory |
Factory class that builds the apache http client from the settings.
|
SdkHttpClient |
An instance of
ConnectionManagerAwareHttpClient that delegates all the requests to the given http client. |