See: Description
| Class | Description | 
|---|---|
| BasicHttpClientConnectionManager | A connection manager for a single connection. | 
| DefaultHttpClientConnectionOperator | Default implementation of  HttpClientConnectionOperatorused as default in Http client,
 when no instance provided by user toBasicHttpClientConnectionManagerorPoolingHttpClientConnectionManagerconstructor. | 
| DefaultHttpResponseParserFactory | Default factory for response message parsers. | 
| LenientHttpResponseParser | Lenient HTTP response parser implementation that can skip malformed data until
 a valid HTTP response message head is encountered. | 
| ManagedHttpClientConnectionFactory | Factory for  ManagedHttpClientConnectioninstances. | 
| PoolingHttpClientConnectionManager | ClientConnectionPoolManagermaintains a pool ofManagedHttpClientConnections and is able to service connection requests
 from multiple execution threads. | 
| PoolingHttpClientConnectionManagerBuilder | Builder for  PoolingHttpClientConnectionManagerinstances. | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.