twitter4j.conf
Interface Configuration

All Superinterfaces:
AuthorizationConfiguration, twitter4j.internal.http.HttpClientConfiguration, twitter4j.internal.http.HttpClientWrapperConfiguration, java.io.Serializable
All Known Implementing Classes:
ConfigurationBase, PropertyConfiguration

public interface Configuration
extends twitter4j.internal.http.HttpClientConfiguration, twitter4j.internal.http.HttpClientWrapperConfiguration, AuthorizationConfiguration, java.io.Serializable

Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 int getAsyncNumThreads()
           
 java.lang.String getClientURL()
           
 java.lang.String getClientVersion()
           
 java.lang.String getDispatcherImpl()
           
 int getHttpConnectionTimeout()
           
 int getHttpDefaultMaxPerRoute()
           
 int getHttpMaxTotalConnections()
           
 java.lang.String getHttpProxyHost()
           
 java.lang.String getHttpProxyPassword()
           
 int getHttpProxyPort()
           
 java.lang.String getHttpProxyUser()
           
 int getHttpReadTimeout()
           
 int getHttpRetryCount()
           
 int getHttpRetryIntervalSeconds()
           
 int getHttpStreamingReadTimeout()
           
 java.lang.String getMediaProvider()
           
 java.lang.String getMediaProviderAPIKey()
           
 java.util.Properties getMediaProviderParameters()
           
 java.lang.String getOAuthAccessToken()
           
 java.lang.String getOAuthAccessTokenSecret()
           
 java.lang.String getOAuthAccessTokenURL()
           
 java.lang.String getOAuthAuthenticationURL()
           
 java.lang.String getOAuthAuthorizationURL()
           
 java.lang.String getOAuthConsumerKey()
           
 java.lang.String getOAuthConsumerSecret()
           
 java.lang.String getOAuthRequestTokenURL()
           
 java.lang.String getPassword()
           
 java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()
           
 java.lang.String getRestBaseURL()
           
 java.lang.String getSearchBaseURL()
           
 java.lang.String getSiteStreamBaseURL()
           
 java.lang.String getStreamBaseURL()
           
 java.lang.String getUser()
           
 java.lang.String getUserAgent()
           
 java.lang.String getUserStreamBaseURL()
           
 boolean isDalvik()
           
 boolean isDebugEnabled()
           
 boolean isIncludeEntitiesEnabled()
           
 boolean isIncludeRTsEnabled()
           
 boolean isJSONStoreEnabled()
           
 boolean isUserStreamRepliesAllEnabled()
           
 
Methods inherited from interface twitter4j.internal.http.HttpClientConfiguration
isGZIPEnabled, isPrettyDebugEnabled
 

Method Detail

isDalvik

boolean isDalvik()

isDebugEnabled

boolean isDebugEnabled()

getUserAgent

java.lang.String getUserAgent()

getUser

java.lang.String getUser()
Specified by:
getUser in interface AuthorizationConfiguration

getPassword

java.lang.String getPassword()
Specified by:
getPassword in interface AuthorizationConfiguration

getRequestHeaders

java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()
Specified by:
getRequestHeaders in interface twitter4j.internal.http.HttpClientWrapperConfiguration
Returns:
request headers

getHttpProxyHost

java.lang.String getHttpProxyHost()
Specified by:
getHttpProxyHost in interface twitter4j.internal.http.HttpClientConfiguration

getHttpProxyUser

java.lang.String getHttpProxyUser()
Specified by:
getHttpProxyUser in interface twitter4j.internal.http.HttpClientConfiguration

getHttpProxyPassword

java.lang.String getHttpProxyPassword()
Specified by:
getHttpProxyPassword in interface twitter4j.internal.http.HttpClientConfiguration

getHttpProxyPort

int getHttpProxyPort()
Specified by:
getHttpProxyPort in interface twitter4j.internal.http.HttpClientConfiguration

getHttpConnectionTimeout

int getHttpConnectionTimeout()
Specified by:
getHttpConnectionTimeout in interface twitter4j.internal.http.HttpClientConfiguration

getHttpReadTimeout

int getHttpReadTimeout()
Specified by:
getHttpReadTimeout in interface twitter4j.internal.http.HttpClientConfiguration

getHttpStreamingReadTimeout

int getHttpStreamingReadTimeout()

getHttpRetryCount

int getHttpRetryCount()
Specified by:
getHttpRetryCount in interface twitter4j.internal.http.HttpClientConfiguration

getHttpRetryIntervalSeconds

int getHttpRetryIntervalSeconds()
Specified by:
getHttpRetryIntervalSeconds in interface twitter4j.internal.http.HttpClientConfiguration

getHttpMaxTotalConnections

int getHttpMaxTotalConnections()
Specified by:
getHttpMaxTotalConnections in interface twitter4j.internal.http.HttpClientConfiguration

getHttpDefaultMaxPerRoute

int getHttpDefaultMaxPerRoute()
Specified by:
getHttpDefaultMaxPerRoute in interface twitter4j.internal.http.HttpClientConfiguration

getOAuthConsumerKey

java.lang.String getOAuthConsumerKey()
Specified by:
getOAuthConsumerKey in interface AuthorizationConfiguration

getOAuthConsumerSecret

java.lang.String getOAuthConsumerSecret()
Specified by:
getOAuthConsumerSecret in interface AuthorizationConfiguration

getOAuthAccessToken

java.lang.String getOAuthAccessToken()
Specified by:
getOAuthAccessToken in interface AuthorizationConfiguration

getOAuthAccessTokenSecret

java.lang.String getOAuthAccessTokenSecret()
Specified by:
getOAuthAccessTokenSecret in interface AuthorizationConfiguration

getClientVersion

java.lang.String getClientVersion()

getClientURL

java.lang.String getClientURL()

getRestBaseURL

java.lang.String getRestBaseURL()

getSearchBaseURL

java.lang.String getSearchBaseURL()

getStreamBaseURL

java.lang.String getStreamBaseURL()

getOAuthRequestTokenURL

java.lang.String getOAuthRequestTokenURL()

getOAuthAuthorizationURL

java.lang.String getOAuthAuthorizationURL()

getOAuthAccessTokenURL

java.lang.String getOAuthAccessTokenURL()

getOAuthAuthenticationURL

java.lang.String getOAuthAuthenticationURL()

getUserStreamBaseURL

java.lang.String getUserStreamBaseURL()

getSiteStreamBaseURL

java.lang.String getSiteStreamBaseURL()

isIncludeRTsEnabled

boolean isIncludeRTsEnabled()

isIncludeEntitiesEnabled

boolean isIncludeEntitiesEnabled()

isJSONStoreEnabled

boolean isJSONStoreEnabled()

isUserStreamRepliesAllEnabled

boolean isUserStreamRepliesAllEnabled()

getMediaProvider

java.lang.String getMediaProvider()

getMediaProviderAPIKey

java.lang.String getMediaProviderAPIKey()

getMediaProviderParameters

java.util.Properties getMediaProviderParameters()

getAsyncNumThreads

int getAsyncNumThreads()

getDispatcherImpl

java.lang.String getDispatcherImpl()