Package twitter4j

Interface Summary
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.
DirectMessage A data class representing sent/received direct message.
Dispatcher  
ExecuteThread  
ExtendedUser A data class representing Extended user information element
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
Status A data class representing one single status of a user.
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.
User A data class representing Basic user information element
UserWithStatus Deprecated. use twitter4j.ExtendedUser instead
 

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.