Uses of Interface
org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Packages that use ManagedAsyncClientConnection Package Description org.apache.hc.client5.http.impl.nio Client connection management functions based the asynchronous connection management APIs.org.apache.hc.client5.http.nio Connection management APIs based on the asynchronous I/O model. -
-
Uses of ManagedAsyncClientConnection in org.apache.hc.client5.http.impl.nio
Classes in org.apache.hc.client5.http.impl.nio that implement ManagedAsyncClientConnection Modifier and Type Class Description (package private) class
DefaultManagedAsyncClientConnection
Fields in org.apache.hc.client5.http.impl.nio with type parameters of type ManagedAsyncClientConnection Modifier and Type Field Description private org.apache.hc.core5.pool.ManagedConnPool<HttpRoute,ManagedAsyncClientConnection>
PoolingAsyncClientConnectionManager. pool
private java.util.concurrent.atomic.AtomicReference<org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection>>
PoolingAsyncClientConnectionManager.InternalConnectionEndpoint. poolEntryRef
Methods in org.apache.hc.client5.http.impl.nio that return types with arguments of type ManagedAsyncClientConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedAsyncClientConnection>
DefaultAsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
java.util.concurrent.Future<ManagedAsyncClientConnection>
DefaultAsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
(package private) org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection>
PoolingAsyncClientConnectionManager.InternalConnectionEndpoint. detach()
(package private) org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection>
PoolingAsyncClientConnectionManager.InternalConnectionEndpoint. getPoolEntry()
(package private) org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection>
PoolingAsyncClientConnectionManager.InternalConnectionEndpoint. getValidatedPoolEntry()
Methods in org.apache.hc.client5.http.impl.nio with parameters of type ManagedAsyncClientConnection Modifier and Type Method Description void
DefaultAsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment)
void
DefaultAsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context)
void
DefaultAsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Method parameters in org.apache.hc.client5.http.impl.nio with type arguments of type ManagedAsyncClientConnection Modifier and Type Method Description (package private) void
PoolingAsyncClientConnectionManager. closeIfExpired(org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection> entry)
java.util.concurrent.Future<ManagedAsyncClientConnection>
DefaultAsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
java.util.concurrent.Future<ManagedAsyncClientConnection>
DefaultAsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
void
DefaultAsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Constructor parameters in org.apache.hc.client5.http.impl.nio with type arguments of type ManagedAsyncClientConnection Constructor Description InternalConnectionEndpoint(org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection> poolEntry)
PoolingAsyncClientConnectionManager(org.apache.hc.core5.pool.ManagedConnPool<HttpRoute,ManagedAsyncClientConnection> pool, AsyncClientConnectionOperator connectionOperator)
-
Uses of ManagedAsyncClientConnection in org.apache.hc.client5.http.nio
Methods in org.apache.hc.client5.http.nio that return types with arguments of type ManagedAsyncClientConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedAsyncClientConnection>
AsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Initiates operation to create a connection to the remote endpoint using the providedConnectionInitiator
.default java.util.concurrent.Future<ManagedAsyncClientConnection>
AsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Initiates operation to create a connection to the remote endpoint using the providedConnectionInitiator
.Methods in org.apache.hc.client5.http.nio with parameters of type ManagedAsyncClientConnection Modifier and Type Method Description void
AsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection conn, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment)
Upgrades transport security of the given managed connection by using the TLS security protocol.default void
AsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection conn, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context)
Upgrades transport security of the given managed connection by using the TLS security protocol.default void
AsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection conn, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Upgrades transport security of the given managed connection by using the TLS security protocol.Method parameters in org.apache.hc.client5.http.nio with type arguments of type ManagedAsyncClientConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedAsyncClientConnection>
AsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Initiates operation to create a connection to the remote endpoint using the providedConnectionInitiator
.default java.util.concurrent.Future<ManagedAsyncClientConnection>
AsyncClientConnectionOperator. connect(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, java.net.SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Initiates operation to create a connection to the remote endpoint using the providedConnectionInitiator
.default void
AsyncClientConnectionOperator. upgrade(ManagedAsyncClientConnection conn, org.apache.hc.core5.http.HttpHost host, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback)
Upgrades transport security of the given managed connection by using the TLS security protocol.
-