Generated by
JDiff

Package twitter4j

Removed Classes
CategoryJSONImpl @author Yusuke Yamamoto - yusuke at mac.com
PlaceJSONImpl @author Yusuke Yamamoto - yusuke at mac.com
 

Added Classes and Interfaces
Annotation A data class representing an Annotation of a Status or a Tweet
Annotations A data class representing the Annotations of a Status or a Tweet
FilterQuery @author Yusuke Yamamoto - yusuke at mac.com
StatusAdapter @author Rémy Rakic at gmail.com
UserStream @author Yusuke Yamamoto - yusuke at mac.com
UserStreamAdapter @author Rémy Rakic at gmail.com
UserStreamListener @author Rémy Rakic at gmail.com
 

Changed Classes and Interfaces
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.
Currently this class is not carefully designed to be extended.
PagableResponseList ResponseList with cursor support.
Place @author Yusuke Yamamoto - yusuke at mac.com
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.
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.
StatusStream @author Yusuke Yamamoto - yusuke at mac.com
StatusUpdate @author Yusuke Yamamoto - yusuke at mac.com
TimeSpanUtil @author Joern Huxhorn - jhuxhorn at googlemail.com
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.
Currently this class is not carefully designed to be extended.
TwitterAdapter A handy adapter of TwitterListener.
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 @author Yusuke Yamamoto - yusuke at mac.com
TwitterStream A java representation 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.
User A data interface representing Basic user information element
UserList A data interface representing Basic list information element