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
Methods inherited from interface twitter4j.internal.http.HttpClientConfiguration |
isGZIPEnabled, isPrettyDebugEnabled |
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()
isMBeanEnabled
boolean isMBeanEnabled()
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()