Interface ConnectionManagerAwareHttpClient
- 
- All Superinterfaces:
- org.apache.http.client.HttpClient
 - All Known Implementing Classes:
- ApacheSdkHttpClient
 
 @SdkInternalApi 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.conn.HttpClientConnectionManagergetHttpClientConnectionManager()Returns theHttpClientConnectionManagerassociated with the http client.
 
-