twitter4j.internal.http
Interface HttpClient

All Known Implementing Classes:
HttpClientImpl

public interface HttpClient

A utility class to handle HTTP request/response.

Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 HttpResponse request(HttpRequest req)
           
 void shutdown()
           
 

Method Detail

request

HttpResponse request(HttpRequest req)
                     throws TwitterException
Throws:
TwitterException

shutdown

void shutdown()


Copyright © 2012. All Rights Reserved.