org.apache.http.impl.client
Class HttpClients

java.lang.Object
  extended by org.apache.http.impl.client.HttpClients

@Immutable
public class HttpClients
extends Object

Since:
4.3

Method Summary
static CloseableHttpClient createDefault()
           
static CloseableHttpClient createMinimal()
           
static CloseableHttpClient createMinimal(HttpClientConnectionManager connManager)
           
static CloseableHttpClient createSystem()
           
static HttpClientBuilder custom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

custom

public static HttpClientBuilder custom()

createDefault

public static CloseableHttpClient createDefault()

createSystem

public static CloseableHttpClient createSystem()

createMinimal

public static CloseableHttpClient createMinimal()

createMinimal

public static CloseableHttpClient createMinimal(HttpClientConnectionManager connManager)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.