Interface ConnectionManagerAwareHttpClient
-
- All Superinterfaces:
org.apache.http.client.HttpClient
- All Known Implementing Classes:
ApacheSdkHttpClient
public interface ConnectionManagerAwareHttpClient extends org.apache.http.client.HttpClient
An extension of Apache's HttpClient that expose the connection manager associated with the client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.conn.HttpClientConnectionManager
getHttpClientConnectionManager()
Returns theHttpClientConnectionManager
associated with the http client.
-