Package twitter4j

Interface Summary
StatusListener  
TwitterListener A listner for receiving asynchronous responses from Twitter Async APIs.
 

Class Summary
AsyncTwitter Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI acynchronously.
Configuration  
DirectMessage A data class representing sent/received direct message.
Dispatcher  
ExecuteThread  
IDs A data class representing array of numeric IDs.
Paging Controlls pagination
Query A data class represents search query.
QueryResult A data class representing search API response
RateLimitStatus A data class representing Twitter rate limit status
SavedSearch A data class representing a Saved Search
Status A data class representing one single status of a user.
StatusStream  
Trend A data class representing Treand.
Trends A data class representing Treands.
Tweet A data class representing a Tweet in the search response
Twitter A java reporesentation of the Twitter API
Twitter.Device  
TwitterAdapter A handy adapter of TwitterListener.
TwitterResponse Super class of Twitter Response objects.
TwitterStream A java reporesentation of the Twitter Streaming API
TwitterSupport  
User A data class representing Basic user information element
Version  
 

Exception Summary
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.