|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes and Interfaces | |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Yusuke Yamamoto - yusuke at mac.com |
Changed Classes and Interfaces | |
|
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. |
|
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. |
|
ResponseList with cursor support. |
|
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. |
|
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. |
|
A data interface representing Twitter REST API's rate limit status |
|
A data interface representing one single status of a user. |
|
A data class representing Status deletionNotice Clients are urged to honor deletionNotice requests and discard deleted statuses immediately. |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
@author Joern Huxhorn - jhuxhorn at googlemail.com |
|
A data class representing Trends. |
|
A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently. |
|
A handy adapter of TwitterListener. |
|
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. |
|
A factory class for Twitter. |
|
A listner for receiving asynchronous responses from Twitter Async APIs. |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
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. |
|
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. |
|
A data interface representing Basic user information element |
|
@author Yusuke Yamamoto - yusuke at mac.com |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |