Uses of Interface
org.apache.hc.client5.http.io.ManagedHttpClientConnection
Packages that use ManagedHttpClientConnection
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
Client connection management functions based the classic
connection management APIs.
Connection management APIs based on the classic (blocking) I/O model.
-
Uses of ManagedHttpClientConnection in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic with type parameters of type ManagedHttpClientConnectionModifier and TypeFieldDescriptionprivate final org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> ProxyClient.connFactoryConstructor parameters in org.apache.hc.client5.http.impl.classic with type arguments of type ManagedHttpClientConnectionModifierConstructorDescriptionProxyClient(org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, RequestConfig requestConfig) -
Uses of ManagedHttpClientConnection in org.apache.hc.client5.http.impl.io
Classes in org.apache.hc.client5.http.impl.io that implement ManagedHttpClientConnectionModifier and TypeClassDescription(package private) final classFields in org.apache.hc.client5.http.impl.io declared as ManagedHttpClientConnectionModifier and TypeFieldDescriptionprivate ManagedHttpClientConnectionBasicHttpClientConnectionManager.connFields in org.apache.hc.client5.http.impl.io with type parameters of type ManagedHttpClientConnectionModifier and TypeFieldDescriptionprivate org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> PoolingHttpClientConnectionManagerBuilder.connectionFactoryprivate final org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> BasicHttpClientConnectionManager.connFactoryprivate final org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> PoolingHttpClientConnectionManager.connFactoryprivate final AtomicReference<ManagedHttpClientConnection> BasicHttpClientConnectionManager.InternalConnectionEndpoint.connRefprivate final org.apache.hc.core5.pool.ManagedConnPool<HttpRoute, ManagedHttpClientConnection> PoolingHttpClientConnectionManager.poolprivate final AtomicReference<org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedHttpClientConnection>> PoolingHttpClientConnectionManager.InternalConnectionEndpoint.poolEntryRefMethods in org.apache.hc.client5.http.impl.io that return ManagedHttpClientConnectionModifier and TypeMethodDescriptionManagedHttpClientConnectionFactory.createConnection(Socket socket) (package private) ManagedHttpClientConnectionBasicHttpClientConnectionManager.InternalConnectionEndpoint.detach()(package private) ManagedHttpClientConnectionBasicHttpClientConnectionManager.getConnection(HttpRoute route, Object state) (package private) ManagedHttpClientConnectionBasicHttpClientConnectionManager.InternalConnectionEndpoint.getConnection()(package private) ManagedHttpClientConnectionBasicHttpClientConnectionManager.InternalConnectionEndpoint.getValidatedConnection()Methods in org.apache.hc.client5.http.impl.io that return types with arguments of type ManagedHttpClientConnectionModifier and TypeMethodDescription(package private) org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedHttpClientConnection> PoolingHttpClientConnectionManager.InternalConnectionEndpoint.detach()(package private) org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedHttpClientConnection> PoolingHttpClientConnectionManager.InternalConnectionEndpoint.getPoolEntry()(package private) org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedHttpClientConnection> PoolingHttpClientConnectionManager.InternalConnectionEndpoint.getValidatedPoolEntry()Methods in org.apache.hc.client5.http.impl.io with parameters of type ManagedHttpClientConnectionModifier and TypeMethodDescriptionvoidDefaultHttpClientConnectionOperator.connect(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, InetSocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, org.apache.hc.core5.http.io.SocketConfig socketConfig, Object attachment, org.apache.hc.core5.http.protocol.HttpContext context) voidDefaultHttpClientConnectionOperator.connect(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, InetSocketAddress localAddress, org.apache.hc.core5.util.TimeValue connectTimeout, org.apache.hc.core5.http.io.SocketConfig socketConfig, org.apache.hc.core5.http.protocol.HttpContext context) voidDefaultHttpClientConnectionOperator.upgrade(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, Object attachment, org.apache.hc.core5.http.protocol.HttpContext context) voidDefaultHttpClientConnectionOperator.upgrade(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.protocol.HttpContext context) Method parameters in org.apache.hc.client5.http.impl.io with type arguments of type ManagedHttpClientConnectionModifier and TypeMethodDescription(package private) voidPoolingHttpClientConnectionManager.closeIfExpired(org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedHttpClientConnection> entry) PoolingHttpClientConnectionManagerBuilder.setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connectionFactory) AssignsHttpConnectionFactoryinstance.Constructors in org.apache.hc.client5.http.impl.io with parameters of type ManagedHttpClientConnectionModifierConstructorDescriptionConstructor parameters in org.apache.hc.client5.http.impl.io with type arguments of type ManagedHttpClientConnectionModifierConstructorDescriptionBasicHttpClientConnectionManager(HttpClientConnectionOperator httpClientConnectionOperator, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory, SchemePortResolver schemePortResolver, DnsResolver dnsResolver) (package private)InternalConnectionEndpoint(org.apache.hc.core5.pool.PoolEntry<HttpRoute, ManagedHttpClientConnection> poolEntry) protectedPoolingHttpClientConnectionManager(HttpClientConnectionOperator httpClientConnectionOperator, org.apache.hc.core5.pool.ManagedConnPool<HttpRoute, ManagedHttpClientConnection> pool, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) protectedPoolingHttpClientConnectionManager(HttpClientConnectionOperator httpClientConnectionOperator, org.apache.hc.core5.pool.ManagedConnPool<HttpRoute, ManagedHttpClientConnection> pool, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) protectedPoolingHttpClientConnectionManager(HttpClientConnectionOperator httpClientConnectionOperator, org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy, org.apache.hc.core5.util.TimeValue timeToLive, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy, org.apache.hc.core5.util.TimeValue timeToLive, SchemePortResolver schemePortResolver, DnsResolver dnsResolver, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy, org.apache.hc.core5.util.TimeValue timeToLive, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy, org.apache.hc.core5.util.TimeValue timeToLive, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) -
Uses of ManagedHttpClientConnection in org.apache.hc.client5.http.io
Methods in org.apache.hc.client5.http.io with parameters of type ManagedHttpClientConnectionModifier and TypeMethodDescriptiondefault voidHttpClientConnectionOperator.connect(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, InetSocketAddress localAddress, org.apache.hc.core5.util.Timeout connectTimeout, org.apache.hc.core5.http.io.SocketConfig socketConfig, Object attachment, org.apache.hc.core5.http.protocol.HttpContext context) Connect the given managed connection to the remote endpoint.voidHttpClientConnectionOperator.connect(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, InetSocketAddress localAddress, org.apache.hc.core5.util.TimeValue connectTimeout, org.apache.hc.core5.http.io.SocketConfig socketConfig, org.apache.hc.core5.http.protocol.HttpContext context) Connect the given managed connection to the remote endpoint.default voidHttpClientConnectionOperator.upgrade(ManagedHttpClientConnection 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.voidHttpClientConnectionOperator.upgrade(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.protocol.HttpContext context) Upgrades transport security of the given managed connection by using the TLS security protocol.