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.
-
ClassesClassDescriptionMulti-home DNS aware implementation of
ConnectionInitiator
.PoolingAsyncClientConnectionManager
maintains a pool of non-blockingHttpConnection
s and is able to service connection requests from multiple execution threads.Builder forPoolingAsyncClientConnectionManager
instances.