Uses of Interface
twitter4j.internal.http.HttpResponseListener

Packages that use HttpResponseListener
twitter4j   
twitter4j.internal.http   
 

Uses of HttpResponseListener in twitter4j
 

Classes in twitter4j that implement HttpResponseListener
 class AsyncTwitter
          Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI asynchronously.
Note that currently this class is NOT compatible with Google App Engine as it is maintaining threads internally.
Currently this class is not carefully designed to be extended.
 class Twitter
          A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently.
Currently this class is not carefully designed to be extended.
 class TwitterStream
          A java representation of the Streaming API: Methods
Note that this class is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds.
 

Uses of HttpResponseListener in twitter4j.internal.http
 

Methods in twitter4j.internal.http with parameters of type HttpResponseListener
 void HttpClientWrapper.setHttpResponseListener(HttpResponseListener listener)
           
 



Copyright © 2011. All Rights Reserved.