Package | Description |
---|---|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
org.apache.hc.client5.http.impl.io |
Client connection management functions based the classic
connection management APIs.
|
Modifier and Type | Method and Description |
---|---|
static MinimalHttpClient |
HttpClients.createMinimal(HttpClientConnectionManager connManager)
Creates
CloseableHttpClient instance that implements
the most basic HTTP protocol support. |
HttpClientBuilder |
HttpClientBuilder.setConnectionManager(HttpClientConnectionManager connManager)
Sets
HttpClientConnectionManager instance. |
Constructor and Description |
---|
MainClientExec(HttpClientConnectionManager connectionManager,
org.apache.hc.core5.http.protocol.HttpProcessor httpProcessor,
org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
UserTokenHandler userTokenHandler) |
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpClientConnectionManager
A connection manager for a single connection.
|
class |
PoolingHttpClientConnectionManager
ClientConnectionPoolManager maintains a pool of
ManagedHttpClientConnection s and is able to service connection requests
from multiple execution threads. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.