|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.impl.client.HttpClients
public class HttpClients
Factory methods for CloseableHttpClient
instances.
Method Summary | |
---|---|
static CloseableHttpClient |
createDefault()
Creates CloseableHttpClient instance with default
configuration. |
static CloseableHttpClient |
createMinimal()
Creates CloseableHttpClient instance that implements
the most basic HTTP protocol support. |
static CloseableHttpClient |
createMinimal(HttpClientConnectionManager connManager)
Creates CloseableHttpClient instance that implements
the most basic HTTP protocol support. |
static CloseableHttpClient |
createSystem()
Creates CloseableHttpClient instance with default
configuration based on system properties. |
static HttpClientBuilder |
custom()
Creates builder object for construction of custom CloseableHttpClient instances. |
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 |