twitter4j
Class StatusStream
java.lang.Object
twitter4j.StatusStream
public class StatusStream
- extends java.lang.Object
- Since:
- Twitter4J 2.0.4
- Author:
- Yusuke Yamamoto - yusuke at mac.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
streamAlive
private boolean streamAlive
br
private java.io.BufferedReader br
is
private java.io.InputStream is
response
private Response response
StatusStream
StatusStream(java.io.InputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
StatusStream
StatusStream(Response response)
throws java.io.IOException
- Throws:
java.io.IOException
next
public Status next()
throws TwitterException
- Throws:
TwitterException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException