Example usage for Java twitter4j TwitterStreamFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
TwitterStreamFactory(Configuration conf) Creates a TwitterStreamFactory with the given configuration. | |
TwitterStreamFactory(String configTreePath) Creates a TwitterStreamFactory with a specified config tree. | |
TwitterStreamFactory() Creates a TwitterStreamFactory with the root configuration. |
TwitterStream | getInstance() Returns a instance associated with the configuration bound to this factory. |
TwitterStream | getInstance(AccessToken accessToken) Returns a OAuth Authenticated instance. consumer key and consumer Secret must be provided by twitter4j.properties, or system properties. |
TwitterStream | getInstance(Authorization auth) Returns a instance. |
TwitterStream | getSingleton() Returns default singleton TwitterStream instance. |