| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.nio | |
| org.apache.hc.client5.http.nio |
| Constructor and Description |
|---|
PoolingAsyncClientConnectionManager(org.apache.hc.core5.pool.ManagedConnPool<HttpRoute,ManagedAsyncClientConnection> pool,
AsyncClientConnectionOperator connectionOperator) |
| Modifier and Type | Method and Description |
|---|---|
Future<ManagedAsyncClientConnection> |
AsyncClientConnectionOperator.connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator,
org.apache.hc.core5.http.HttpHost host,
SocketAddress localAddress,
org.apache.hc.core5.util.TimeValue connectTimeout,
Object attachment,
org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncClientConnectionOperator.upgrade(ManagedAsyncClientConnection connection,
org.apache.hc.core5.http.HttpHost host,
Object attachment) |
| Modifier and Type | Method and Description |
|---|---|
Future<ManagedAsyncClientConnection> |
AsyncClientConnectionOperator.connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator,
org.apache.hc.core5.http.HttpHost host,
SocketAddress localAddress,
org.apache.hc.core5.util.TimeValue connectTimeout,
Object attachment,
org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.