Package | Description |
---|---|
org.apache.hc.client5.http.impl.io |
Client connection management functions based the classic
connection management APIs.
|
Class and Description |
---|
BasicHttpClientConnectionManager
A connection manager for a single connection.
|
DefaultHttpResponseParserFactory
Default factory for response message parsers.
|
ManagedHttpClientConnectionFactory
Factory for
ManagedHttpClientConnection instances. |
ManagedHttpClientConnectionFactory.Builder
Builder for
ManagedHttpClientConnectionFactory . |
PoolingHttpClientConnectionManager
ClientConnectionPoolManager maintains a pool of
ManagedHttpClientConnection s and is able to service connection requests
from multiple execution threads. |
PoolingHttpClientConnectionManagerBuilder
Builder for
PoolingHttpClientConnectionManager instances. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.