public class HttpClients extends Object
CloseableHttpClient instances.| Modifier and Type | Method and Description | 
|---|---|
| static CloseableHttpClient | createDefault()Creates  CloseableHttpClientinstance with default
 configuration. | 
| static CloseableHttpClient | createMinimal()Creates  CloseableHttpClientinstance that implements
 the most basic HTTP protocol support. | 
| static CloseableHttpClient | createMinimal(HttpClientConnectionManager connManager)Creates  CloseableHttpClientinstance that implements
 the most basic HTTP protocol support. | 
| static CloseableHttpClient | createSystem()Creates  CloseableHttpClientinstance with default
 configuration based on system properties. | 
| static HttpClientBuilder | custom()Creates builder object for construction of custom
  CloseableHttpClientinstances. | 
public static HttpClientBuilder custom()
CloseableHttpClient instances.public static CloseableHttpClient createDefault()
CloseableHttpClient instance with default
 configuration.public static CloseableHttpClient createSystem()
CloseableHttpClient instance with default
 configuration based on system properties.public static CloseableHttpClient createMinimal()
CloseableHttpClient instance that implements
 the most basic HTTP protocol support.public static CloseableHttpClient createMinimal(HttpClientConnectionManager connManager)
CloseableHttpClient instance that implements
 the most basic HTTP protocol support.Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.