|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| CursorSupport | |
| DirectMessage | A data interface representing sent/received direct message. |
| IDs | A data interface representing array of numeric IDs. |
| QueryResult | A data interface representing search API response |
| RateLimitStatus | A data interface representing Twitter REST API's rate limit status |
| RateLimitStatusListener | |
| Relationship | A data interface that has detailed information about a relationship between two users |
| SavedSearch | A data interface representing a Saved Search |
| Status | A data interface representing one single status of a user. |
| StatusListener | |
| Trend | A data interface representing Trend. |
| Trends | A data class representing Trends. |
| Tweet | A data class representing a Tweet in the search response |
| TwitterListener | A listner for receiving asynchronous responses from Twitter Async APIs. |
| TwitterResponse | Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble. |
| User | A data interface representing Basic user information element |
| UserList | A data interface representing Basic list information element |
| Class Summary | |
|---|---|
| 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. |
| AsyncTwitterFactory | A factory class for AsyncTwitter. An instance of this class is completely thread safe and can be re-used and used concurrently. Note that currently AsyncTwitter is NOT compatible with Google App Engine as it is maintaining threads internally. |
| Device | |
| DirectMessageJSONImpl | A data class representing sent/received direct message. |
| Dispatcher | |
| ExecuteThread | |
| GeoLocation | A data class representing geo location. |
| IDsJSONImpl | A data class representing array of numeric IDs. |
| PagableResponseList<T extends TwitterResponse> | CursorSupport'ed ResponseList implementation. |
| Paging | Controls pagination. It is possible to use the same Paging instance in a multi-threaded context only if the instance is treated immutably. But basically instance of this class is NOT thread safe. |
| ParseUtil | A tiny parse utility class. |
| Query | A data class represents search query. |
| QueryResultJSONImpl | A data class representing search API response |
| RateLimitStatusEvent | A data interface representing Twitter REST API's rate limit status |
| RateLimitStatusJSONImpl | A data class representing Twitter REST API's rate limit status |
| RelationshipJSONImpl | A data class that has detailed information about a relationship between two users |
| ResponseList<T extends TwitterResponse> | List of TwitterResponse. |
| SavedSearchJSONImpl | A data class representing a Saved Search |
| StatusDeletionNotice | A data class representing Status deletionNotice Clients are urged to honor deletionNotice requests and discard deleted statuses immediately. |
| StatusJSONImpl | A data class representing one single status of a user. |
| StatusStream | |
| StreamingReadTimeoutConfiguration | |
| TimeSpanUtil | |
| TrendJSONImpl | A data class representing Trend. |
| TrendsJSONImpl | A data class representing Trends. |
| TweetJSONImpl | A data class representing a Tweet in the search response |
| A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently. |
|
| TwitterAdapter | A handy adapter of TwitterListener. |
| TwitterBase | Base class of Twitter / AsyncTwitter / TwitterStream supports Basic Authorization. |
| TwitterFactory | A factory class for Twitter. |
| TwitterFactoryBase<T> | A FactoryBase class which supports Basic Authorization |
| TwitterFactoryOAuthSupportBase<T> | A FactoryBase class supports both Basic Authorization and OAuth authorization |
| TwitterMethod | |
| TwitterOAuthSupportBase | |
| TwitterResponseImpl | Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble. |
| TwitterStream | A java reporesentation of the Twitter Streaming API Note that this class is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds. |
| TwitterStreamFactory | A factory class for TwitterFactory. An instance of this class is completely thread safe and can be re-used and used concurrently. Note that TwitterStream is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds. |
| UserJSONImpl | A data class representing Basic user information element |
| UserListJSONImpl | A data class representing Basic list 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. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||