@Internal
public interface AsyncClientConnectionOperator
| Modifier and Type | Method and Description |
|---|---|
Future<ManagedAsyncClientConnection> |
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) |
void |
upgrade(ManagedAsyncClientConnection connection,
org.apache.hc.core5.http.HttpHost host,
Object attachment) |
Future<ManagedAsyncClientConnection> 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)
void upgrade(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, Object attachment)
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.