facebook4j.internal.http
Class HttpClientFactory

java.lang.Object
  extended by facebook4j.internal.http.HttpClientFactory

public final class HttpClientFactory
extends java.lang.Object

Since:
Twitter4J 2.1.2
Author:
Yusuke Yamamoto - yusuke at mac.com

Field Summary
private static java.lang.reflect.Constructor HTTP_CLIENT_CONSTRUCTOR
           
private static java.lang.String HTTP_CLIENT_IMPLEMENTATION
           
 
Constructor Summary
HttpClientFactory()
           
 
Method Summary
static HttpClient getInstance(HttpClientConfiguration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_CLIENT_CONSTRUCTOR

private static final java.lang.reflect.Constructor HTTP_CLIENT_CONSTRUCTOR

HTTP_CLIENT_IMPLEMENTATION

private static final java.lang.String HTTP_CLIENT_IMPLEMENTATION
See Also:
Constant Field Values
Constructor Detail

HttpClientFactory

public HttpClientFactory()
Method Detail

getInstance

public static HttpClient getInstance(HttpClientConfiguration conf)