See: Description
Class | Description |
---|---|
BasicHttpClientConnectionManager |
A connection manager for a single connection.
|
DefaultHttpClientConnectionOperator |
Default implementation of
HttpClientConnectionOperator used as default in Http client,
when no instance provided by user to BasicHttpClientConnectionManager or PoolingHttpClientConnectionManager constructor. |
DefaultHttpResponseParserFactory |
Default factory for response message parsers.
|
LenientHttpResponseParser |
Lenient HTTP response parser implementation that can skip malformed data until
a valid HTTP response message head is encountered.
|
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.