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 classFields 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.poolprivate final AtomicReference<org.apache.hc.core5.pool.PoolEntry<HttpRoute,ManagedAsyncClientConnection>> PoolingAsyncClientConnectionManager.InternalConnectionEndpoint.poolEntryRefMethods 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) (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 TypeMethodDescriptionvoidDefaultAsyncClientConnectionOperator.upgrade(ManagedAsyncClientConnection connection, org.apache.hc.core5.http.HttpHost host, Object attachment) Method parameters in org.apache.hc.client5.http.impl.nio with type 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) 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) protectedPoolingAsyncClientConnectionManager(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.Methods in org.apache.hc.client5.http.nio with parameters of type ManagedAsyncClientConnectionModifier and TypeMethodDescriptionvoidAsyncClientConnectionOperator.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.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.