This is a Java client for the Twitter streaming API, documented at
http://apiwiki.twitter.com/Streaming-API-Documentation
Source is available at
http://github.com/gistinc/TwitterClient
com.gist.twitter.TwitterClient connects to Twitter using the Jakarta
Commons HttpClient 3.1, http://hc.apache.org/httpclient-3.x/. It
backs off and reconnects on HTTP and TCP errors as per the spec. It
can connect using multiple sets of credentials at once.
(Link: Java Twitter Client for the streaming API)


September 24, 2009
