Package org.apache.hc.client5.http.impl.io
package org.apache.hc.client5.http.impl.io
Client connection management functions based the classic
connection management APIs.
-
ClassesClassDescriptionA connection manager for a single connection.Default implementation of
HttpClientConnectionOperator
used as default in Http client, when no instance provided by user toBasicHttpClientConnectionManager
orPoolingHttpClientConnectionManager
constructor.Default factory for response message parsers.Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.Factory forManagedHttpClientConnection
instances.Builder forManagedHttpClientConnectionFactory
.ClientConnectionPoolManager
maintains a pool ofManagedHttpClientConnection
s and is able to service connection requests from multiple execution threads.Builder forPoolingHttpClientConnectionManager
instances.