Uses of Package
twitter4j

Packages that use twitter4j
twitter4j   
twitter4j.api   
twitter4j.http   
 

Classes in twitter4j used by twitter4j
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.
Category
           
CursorSupport
           
Device
           
DirectMessage
          A data interface representing sent/received direct message.
GeoLocation
          A data class representing geo location.
GeoQuery
           
IDs
          A data interface representing array of numeric IDs.
Location
           
PagableResponseList
          ResponseList with cursor support.
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.
Place
           
Query
          A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
QueryResult
          A data interface representing search API response
RateLimitStatus
          A data interface representing Twitter REST API's rate limit status
RateLimitStatusEvent
          A data interface representing Twitter REST API's rate limit status
Relationship
          A data interface that has detailed information about a relationship between two users
ResponseList
          List of TwitterResponse.
SavedSearch
          A data interface representing a Saved Search
Status
          A data interface representing one single status of a user.
StatusDeletionNotice
          A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
StatusListener
           
StatusStream
           
StatusUpdate
           
Trend
          A data interface representing Trend.
Trends
          A data class representing Trends.
Tweet
          A data class representing a Tweet in the search response
Twitter
          A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently.
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.
TwitterListener
          A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod
           
TwitterResponse
          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.
User
          A data interface representing Basic user information element
UserList
          A data interface representing Basic list information element
 

Classes in twitter4j used by twitter4j.api
Category
           
Device
           
DirectMessage
          A data interface representing sent/received direct message.
GeoLocation
          A data class representing geo location.
GeoQuery
           
IDs
          A data interface representing array of numeric IDs.
Location
           
PagableResponseList
          ResponseList with cursor support.
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.
Place
           
Query
          A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
QueryResult
          A data interface representing search API response
RateLimitStatus
          A data interface representing Twitter REST API's rate limit status
Relationship
          A data interface that has detailed information about a relationship between two users
ResponseList
          List of TwitterResponse.
SavedSearch
          A data interface representing a Saved Search
Status
          A data interface representing one single status of a user.
StatusUpdate
           
Trends
          A data class representing Trends.
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.
User
          A data interface representing Basic user information element
UserList
          A data interface representing Basic list information element
 

Classes in twitter4j used by twitter4j.http
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.
 



Copyright © 2010. All Rights Reserved.