facebook4j.conf
Interface Configuration
- All Superinterfaces:
- AuthorizationConfiguration, HttpClientConfiguration, HttpClientWrapperConfiguration, java.io.Serializable
- All Known Implementing Classes:
- ConfigurationBase, PropertyConfiguration
public interface Configuration
- extends HttpClientConfiguration, HttpClientWrapperConfiguration, AuthorizationConfiguration, java.io.Serializable
An interface represents configuration.
- Author:
- Ryuji Yamashita - roundrop at gmail.com
| Methods inherited from interface facebook4j.internal.http.HttpClientConfiguration |
getHttpConnectionTimeout, getHttpDefaultMaxPerRoute, getHttpMaxTotalConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUser, getHttpReadTimeout, getHttpRetryCount, getHttpRetryIntervalSeconds, isGZIPEnabled, isPrettyDebugEnabled |
isDalvik
boolean isDalvik()
isGAE
boolean isGAE()
isDebugEnabled
boolean isDebugEnabled()
getUserAgent
java.lang.String getUserAgent()
getClientVersion
java.lang.String getClientVersion()
getClientURL
java.lang.String getClientURL()
getRestBaseURL
java.lang.String getRestBaseURL()
getVideoBaseURL
java.lang.String getVideoBaseURL()
getOAuthAuthorizationURL
java.lang.String getOAuthAuthorizationURL()
getOAuthAccessTokenURL
java.lang.String getOAuthAccessTokenURL()
isJSONStoreEnabled
boolean isJSONStoreEnabled()
isMBeanEnabled
boolean isMBeanEnabled()