Uses of Interface
twitter4j.conf.Configuration

Packages that use Configuration
twitter4j   
twitter4j.conf   
twitter4j.http   
 

Uses of Configuration in twitter4j
 

Constructors in twitter4j with parameters of type Configuration
AsyncTwitterFactory(Configuration conf)
          Creates an AsyncTwitterFactory with the given configuration.
AsyncTwitterFactory(Configuration conf, TwitterListener listener)
          Creates an AsyncTwitterFactory with the given configuration and listener.
TwitterFactory(Configuration conf)
          Creates a TwitterFactory with the given configuration.
TwitterStreamFactory(Configuration conf)
          Creates a TwitterStreamFactory with the given configuration.
TwitterStreamFactory(Configuration conf, StatusListener listener)
          Creates a TwitterStreamFactory with the specified config and a listener.
 

Uses of Configuration in twitter4j.conf
 

Classes in twitter4j.conf that implement Configuration
 class PropertyConfiguration
           
 

Methods in twitter4j.conf that return Configuration
 Configuration ConfigurationBuilder.build()
           
 Configuration ConfigurationFactory.getInstance()
          returns the root configuration
static Configuration ConfigurationContext.getInstance()
           
 Configuration ConfigurationFactory.getInstance(java.lang.String configTreePath)
          returns the configuration specified by the path
static Configuration ConfigurationContext.getInstance(java.lang.String configTreePath)
           
 

Uses of Configuration in twitter4j.http
 

Methods in twitter4j.http with parameters of type Configuration
static Authorization AuthorizationFactory.getInstance(Configuration conf, boolean supportsOAuth)
           
 

Constructors in twitter4j.http with parameters of type Configuration
OAuthAuthorization(Configuration conf, java.lang.String consumerKey, java.lang.String consumerSecret)
           
OAuthAuthorization(Configuration conf, java.lang.String consumerKey, java.lang.String consumerSecret, AccessToken accessToken)
           
 



Copyright © 2010. All Rights Reserved.