| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.nio |
Client connection management functions based the asynchronous
connection management APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncClientConnectionOperator |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncClientConnectionOperator |
PoolingAsyncClientConnectionManagerBuilder.createConnectionOperator(TlsStrategy tlsStrategy,
SchemePortResolver schemePortResolver,
DnsResolver dnsResolver) |
| Constructor and Description |
|---|
PoolingAsyncClientConnectionManager(AsyncClientConnectionOperator connectionOperator,
PoolConcurrencyPolicy poolConcurrencyPolicy,
PoolReusePolicy poolReusePolicy,
TimeValue timeToLive,
boolean messageMultiplexing) |
PoolingAsyncClientConnectionManager(ManagedConnPool<HttpRoute,ManagedAsyncClientConnection> pool,
AsyncClientConnectionOperator connectionOperator) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.