Interface ConnectionManagerAwareHttpClient
- 
- All Superinterfaces:
 org.apache.http.client.HttpClient
- All Known Implementing Classes:
 ApacheSdkHttpClient
public interface ConnectionManagerAwareHttpClient extends org.apache.http.client.HttpClientAn 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.HttpClientConnectionManagergetHttpClientConnectionManager()Returns theHttpClientConnectionManagerassociated with the http client. 
 -