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
HttpClientConnectionOperatorused as default in Http client, when no instance provided by user toBasicHttpClientConnectionManagerorPoolingHttpClientConnectionManagerconstructor.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 forManagedHttpClientConnectioninstances.Builder forManagedHttpClientConnectionFactory.ClientConnectionPoolManagermaintains a pool ofManagedHttpClientConnections and is able to service connection requests from multiple execution threads.Builder forPoolingHttpClientConnectionManagerinstances.