twitter4j.conf
Interface Configuration
- All Superinterfaces:
- AuthorizationConfiguration, twitter4j.internal.http.HttpClientConfiguration, twitter4j.internal.http.HttpClientWrapperConfiguration, Serializable
- All Known Implementing Classes:
- PropertyConfiguration
public interface Configuration
- extends twitter4j.internal.http.HttpClientConfiguration, twitter4j.internal.http.HttpClientWrapperConfiguration, AuthorizationConfiguration, Serializable
- Author:
- Yusuke Yamamoto - yusuke at mac.com
| Methods inherited from interface twitter4j.internal.http.HttpClientConfiguration |
isGZIPEnabled, isPrettyDebugEnabled |
isDalvik
boolean isDalvik()
isGAE
boolean isGAE()
isDebugEnabled
boolean isDebugEnabled()
getUserAgent
String getUserAgent()
getUser
String getUser()
- Specified by:
getUser in interface AuthorizationConfiguration
getPassword
String getPassword()
- Specified by:
getPassword in interface AuthorizationConfiguration
getRequestHeaders
Map<String,String> getRequestHeaders()
- Specified by:
getRequestHeaders in interface twitter4j.internal.http.HttpClientWrapperConfiguration
getHttpProxyHost
String getHttpProxyHost()
- Specified by:
getHttpProxyHost in interface twitter4j.internal.http.HttpClientConfiguration
getHttpProxyUser
String getHttpProxyUser()
- Specified by:
getHttpProxyUser in interface twitter4j.internal.http.HttpClientConfiguration
getHttpProxyPassword
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
String getOAuthConsumerKey()
- Specified by:
getOAuthConsumerKey in interface AuthorizationConfiguration
getOAuthConsumerSecret
String getOAuthConsumerSecret()
- Specified by:
getOAuthConsumerSecret in interface AuthorizationConfiguration
getOAuthAccessToken
String getOAuthAccessToken()
- Specified by:
getOAuthAccessToken in interface AuthorizationConfiguration
getOAuthAccessTokenSecret
String getOAuthAccessTokenSecret()
- Specified by:
getOAuthAccessTokenSecret in interface AuthorizationConfiguration
getClientVersion
String getClientVersion()
getClientURL
String getClientURL()
getRestBaseURL
String getRestBaseURL()
getSearchBaseURL
String getSearchBaseURL()
getStreamBaseURL
String getStreamBaseURL()
getOAuthRequestTokenURL
String getOAuthRequestTokenURL()
getOAuthAuthorizationURL
String getOAuthAuthorizationURL()
getOAuthAccessTokenURL
String getOAuthAccessTokenURL()
getOAuthAuthenticationURL
String getOAuthAuthenticationURL()
getUserStreamBaseURL
String getUserStreamBaseURL()
getSiteStreamBaseURL
String getSiteStreamBaseURL()
getUploadBaseURL
String getUploadBaseURL()
isIncludeRTsEnabled
boolean isIncludeRTsEnabled()
isIncludeEntitiesEnabled
boolean isIncludeEntitiesEnabled()
isJSONStoreEnabled
boolean isJSONStoreEnabled()
isMBeanEnabled
boolean isMBeanEnabled()
isUserStreamRepliesAllEnabled
boolean isUserStreamRepliesAllEnabled()
getMediaProvider
String getMediaProvider()
getMediaProviderAPIKey
String getMediaProviderAPIKey()
getMediaProviderParameters
Properties getMediaProviderParameters()
getAsyncNumThreads
int getAsyncNumThreads()
getDispatcherImpl
String getDispatcherImpl()
Copyright © 2012. All Rights Reserved.