Java twitter4j TwitterStreamFactory fields, constructors, methods, implement or subclass

Example usage for Java twitter4j TwitterStreamFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j TwitterStreamFactory.

The text is from its open source code.

Constructor

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.

Method

TwitterStreamgetInstance()
Returns a instance associated with the configuration bound to this factory.
TwitterStreamgetInstance(AccessToken accessToken)
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
TwitterStreamgetInstance(Authorization auth)
Returns a instance.
TwitterStreamgetSingleton()
Returns default singleton TwitterStream instance.