Generated by
JDiff

Package twitter4j

Removed Classes
Device @author Joern Huxhorn - jhuxhorn at googlemail.com
TimeSpanUtil @author Joern Huxhorn - jhuxhorn at googlemail.com
 

Added Interfaces
AccountSettings @author Yusuke Yamamoto - yusuke at mac.com
AccountTotals @author Yusuke Yamamoto - yusuke at mac.com
Friendship @author Yusuke Yamamoto - yusuke at mac.com
HashtagEntity A data interface representing one single Hashtag entity.
URLEntity A data interface representing one single URL entity.
UserMentionEntity A data interface representing one single user mention entity.
 

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.
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.
Category @author Yusuke Yamamoto - yusuke at mac.com
DirectMessage A data interface representing sent/received direct message.
SiteStreamsAdapter @author Yusuke Yamamoto - yusuke at mac.com
SiteStreamsListener @author Yusuke Yamamoto - yusuke at mac.com
Status A data interface representing one single status of a user.
StatusAdapter @author Rémy Rakic at gmail.com
StatusListener @author Yusuke Yamamoto - yusuke at mac.com
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.
TwitterFactory A factory class for Twitter.
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 Streaming API: Methods
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
UserStreamAdapter @author Rémy Rakic at gmail.com
UserStreamListener @author Rémy Rakic at gmail.com