Package org.apache.hc.client5.http.impl.nio
package org.apache.hc.client5.http.impl.nio
Client connection management functions based the asynchronous
connection management APIs.
-
ClassesClassDescriptionH2SharingConnPool<T, C extends org.apache.hc.core5.http.HttpConnection>Experimental connections pool implementation that acts as a caching facade in front of a standard
ManagedConnPooland shares already leased connections to multiplex message exchanges over active HTTP/2 connections.H2SharingConnPool.PerRoutePool<T, C extends org.apache.hc.core5.http.HttpConnection>Multi-home DNS aware implementation ofConnectionInitiator.PoolingAsyncClientConnectionManagermaintains a pool of non-blockingHttpConnections and is able to service connection requests from multiple execution threads.Builder forPoolingAsyncClientConnectionManagerinstances.