Uses of Interface
org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
Packages that use ManagedAsyncClientConnection
Package
Description
Client connection management functions based the asynchronous
connection management APIs.
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 ManagedAsyncClientConnectionModifier and TypeClassDescription(package private) final class
Fields in org.apache.hc.client5.http.impl.nio with type parameters of type ManagedAsyncClientConnectionModifier and TypeFieldDescriptionprivate final org.apache.hc.core5.pool.ManagedConnPool
<HttpRoute, ManagedAsyncClientConnection> PoolingAsyncClientConnectionManager.pool
private final 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 ManagedAsyncClientConnectionModifier and TypeMethodDescriptionDefaultAsyncClientConnectionOperator.connect
(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback) DefaultAsyncClientConnectionOperator.connect
(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, 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 ManagedAsyncClientConnectionModifier and TypeMethodDescriptionvoid
DefaultAsyncClientConnectionOperator.upgrade
(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, Object attachment) void
DefaultAsyncClientConnectionOperator.upgrade
(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, Object attachment, org.apache.hc.core5.http.protocol.HttpContext context) void
DefaultAsyncClientConnectionOperator.upgrade
(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, 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 ManagedAsyncClientConnectionModifier and TypeMethodDescription(package private) void
PoolingAsyncClientConnectionManager.closeIfExpired
(org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedAsyncClientConnection> entry) DefaultAsyncClientConnectionOperator.connect
(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback) DefaultAsyncClientConnectionOperator.connect
(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, 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, 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 ManagedAsyncClientConnectionModifierConstructorDescription(package private)
InternalConnectionEndpoint
(org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedAsyncClientConnection> poolEntry) protected
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 ManagedAsyncClientConnectionModifier and TypeMethodDescriptionAsyncClientConnectionOperator.connect
(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback) Initiates operation to create a connection to the remote endpoint using the providedConnectionInitiator
.default 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.Timeout connectTimeout, 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 ManagedAsyncClientConnectionModifier and TypeMethodDescriptionvoid
AsyncClientConnectionOperator.upgrade
(ManagedAsyncClientConnection conn, org.apache.hc.core5.http.HttpHost host, 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, 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, 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 ManagedAsyncClientConnectionModifier and TypeMethodDescriptionAsyncClientConnectionOperator.connect
(org.apache.hc.core5.reactor.ConnectionInitiator connectionInitiator, org.apache.hc.core5.http.HttpHost host, SocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, Object attachment, org.apache.hc.core5.concurrent.FutureCallback<ManagedAsyncClientConnection> callback) Initiates operation to create a connection to the remote endpoint using the providedConnectionInitiator
.default 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.Timeout connectTimeout, 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, 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.