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 Object
implements twitter4j.internal.http.HttpClient

A version of the twitter4j client that uses Mule.


Constructor Summary
HttpClientImpl(twitter4j.internal.http.HttpClientConfiguration conf)
           
 
Method Summary
 twitter4j.internal.http.HttpResponse request(twitter4j.internal.http.HttpRequest req)
           
static void setMuleContext(org.mule.api.MuleContext context)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientImpl

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

request

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

shutdown

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

setMuleContext

public static void setMuleContext(org.mule.api.MuleContext context)


Copyright © 2011. All Rights Reserved.