| Package | Description | 
|---|---|
| org.apache.hc.client5.http.fluent | Simple facade APIs for HttpClient based on the concept of
 a fluent interface. | 
| org.apache.hc.client5.http.impl.cache | Caching API implementation for both the classic and
 the asynchronous HTTP transports. | 
| 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.win | Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms. | 
| Modifier and Type | Method and Description | 
|---|---|
| Response | Request. execute(CloseableHttpClient client) | 
| static Executor | Executor. newInstance(CloseableHttpClient httpclient) | 
| Modifier and Type | Method and Description | 
|---|---|
| static CloseableHttpClient | CachingHttpClients. createFileBound(File cacheDir)Creates  CloseableHttpClientinstance that uses a file system
 bound response cache. | 
| static CloseableHttpClient | CachingHttpClients. createMemoryBound()Creates  CloseableHttpClientinstance that uses a memory bound
 response cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MinimalHttpClientMinimal implementation of  CloseableHttpClient. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableHttpClient | HttpClientBuilder. build() | 
| static CloseableHttpClient | HttpClients. createDefault()Creates  CloseableHttpClientinstance with default
 configuration. | 
| static CloseableHttpClient | HttpClients. createSystem()Creates  CloseableHttpClientinstance with default
 configuration based on system properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CloseableHttpClient | WinHttpClients. createDefault()Creates  CloseableHttpClientinstance with default
 configuration. | 
| static CloseableHttpClient | WinHttpClients. createSystem()Creates  CloseableHttpClientinstance with default
 configuration based on system properties. | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.