| Package | Description | 
|---|---|
| org.apache.hc.client5.http.impl.nio | Client connection management functions based the asynchronous
 connection management APIs. | 
| Constructor and Description | 
|---|
| PoolingAsyncClientConnectionManager(AsyncClientConnectionOperator connectionOperator,
                                   PoolConcurrencyPolicy poolConcurrencyPolicy,
                                   PoolReusePolicy poolReusePolicy,
                                   TimeValue timeToLive) | 
| PoolingAsyncClientConnectionManager(ManagedConnPool<HttpRoute,ManagedAsyncClientConnection> pool,
                                   AsyncClientConnectionOperator connectionOperator) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.