twitter4j.internal.http.alternative
Class HttpClientImpl

java.lang.Object
  extended by twitter4j.internal.http.alternative.HttpClientImpl
All Implemented Interfaces:
twitter4j.internal.http.HttpClient

public class HttpClientImpl
extends java.lang.Object
implements twitter4j.internal.http.HttpClient

HttpClient implementation for Apache HttpClient 4.0.x

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

Constructor Summary
HttpClientImpl(twitter4j.internal.http.HttpClientConfiguration conf)
           
 
Method Summary
 twitter4j.internal.http.HttpResponse request(twitter4j.internal.http.HttpRequest req)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientImpl

public HttpClientImpl(twitter4j.internal.http.HttpClientConfiguration conf)
Method Detail

shutdown

public void shutdown()
Specified by:
shutdown in interface twitter4j.internal.http.HttpClient

request

public twitter4j.internal.http.HttpResponse request(twitter4j.internal.http.HttpRequest req)
                                             throws TwitterException
Specified by:
request in interface twitter4j.internal.http.HttpClient
Throws:
TwitterException


Copyright © 2011. All Rights Reserved.