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
Modifier and TypeMethodDescriptionorg.apache.http.conn.HttpClientConnectionManagerReturns theHttpClientConnectionManagerassociated with the http client.Methods inherited from interface org.apache.http.client.HttpClient
execute, execute, execute, execute, execute, execute, execute, execute, getConnectionManager, getParams 
- 
Method Details
- 
getHttpClientConnectionManager
org.apache.http.conn.HttpClientConnectionManager getHttpClientConnectionManager()Returns theHttpClientConnectionManagerassociated with the http client. 
 -