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(org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy,
SchemePortResolver schemePortResolver,
DnsResolver dnsResolver) |
Constructor and Description |
---|
PoolingAsyncClientConnectionManager(AsyncClientConnectionOperator connectionOperator,
org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy,
org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy,
org.apache.hc.core5.util.TimeValue timeToLive) |
PoolingAsyncClientConnectionManager(org.apache.hc.core5.pool.ManagedConnPool<HttpRoute,ManagedAsyncClientConnection> pool,
AsyncClientConnectionOperator connectionOperator) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.