facebook4j.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 FacebookException
Throws:
FacebookException

shutdown

void shutdown()