| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.client.HttpClients
public class HttpClients
Factory methods for CloseableHttpClient instances.
| Method Summary | |
|---|---|
| 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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
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.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||