twitter4j
Class StreamController

java.lang.Object
  extended by twitter4j.StreamController

public class StreamController
extends Object

Since:
Twitter4J 2.2.6
Author:
Yusuke Yamamoto - yusuke at twitter.com

Nested Class Summary
 class StreamController.FriendsIDs
           
 class StreamController.User
           
 
Method Summary
 String addUsers(long[] userIds)
           
 StreamController.FriendsIDs getFriendsIDs(long userId, long cursor)
           
 ControlStreamInfo getInfo()
           
 String removeUsers(long[] userIds)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInfo

public ControlStreamInfo getInfo()
                          throws twitter4j.TwitterException
Throws:
twitter4j.TwitterException

addUsers

public String addUsers(long[] userIds)
                throws twitter4j.TwitterException
Throws:
twitter4j.TwitterException

removeUsers

public String removeUsers(long[] userIds)
                   throws twitter4j.TwitterException
Throws:
twitter4j.TwitterException

getFriendsIDs

public StreamController.FriendsIDs getFriendsIDs(long userId,
                                                 long cursor)
                                          throws twitter4j.TwitterException
Throws:
twitter4j.TwitterException


Copyright © 2012. All Rights Reserved.