Uses of Interface
twitter4j.internal.http.HttpResponseCode

Packages that use HttpResponseCode
twitter4j   
twitter4j.internal.http   
 

Uses of HttpResponseCode in twitter4j
 

Classes in twitter4j that implement HttpResponseCode
 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 TwitterException
          An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
 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 HttpResponseCode in twitter4j.internal.http
 

Classes in twitter4j.internal.http that implement HttpResponseCode
 class HttpClientImpl
           
 



Copyright © 2011. All Rights Reserved.