Example usage for Java twitter4j AsyncTwitterFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
AsyncTwitterFactory(Configuration conf) Creates an AsyncTwitterFactory with the given configuration. | |
AsyncTwitterFactory(String configTreePath) Creates a AsyncTwitterFactory with the specified config tree, with given listener | |
AsyncTwitterFactory() Creates an AsyncTwitterFactory with the root configuration, with no listener. |
AsyncTwitter | getInstance() Returns an instance associated with the configuration bound to this factory. |