Generated by
JDiff

Class twitter4j.TwitterStream

Change from non-final to final.

Added Methods
StatusStream getLinksStream(int) Returns a status stream of all public statuses containing links.
void links(int) Starts listening on all public statuses containing links.
 

Changed Methods
void filter(int, int[], String[]) Change in exceptions thrown from twitter4j.TwitterException to no exceptions.
Start consuming public statuses that match one or more filter predicates.
void firehose(int) Change in exceptions thrown from twitter4j.TwitterException to no exceptions.
Starts listening on all public statuses.
void retweet() Change in exceptions thrown from twitter4j.TwitterException to no exceptions.
Starts listening on all retweets.
void sample() Change in exceptions thrown from twitter4j.TwitterException to no exceptions.
Starts listening on random sample of all public statuses.