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

Method Summary
 java.lang.String getClientURL()
           
 java.lang.String getClientVersion()
           
 java.lang.String getOAuthAccessTokenURL()
           
 java.lang.String getOAuthAuthorizationURL()
           
 java.lang.String getRestBaseURL()
           
 java.lang.String getUserAgent()
           
 java.lang.String getVideoBaseURL()
           
 boolean isDalvik()
           
 boolean isDebugEnabled()
           
 boolean isGAE()
           
 boolean isJSONStoreEnabled()
           
 boolean isMBeanEnabled()
           
 
Methods inherited from interface facebook4j.internal.http.HttpClientWrapperConfiguration
getRequestHeaders
 
Methods inherited from interface facebook4j.internal.http.HttpClientConfiguration
getHttpConnectionTimeout, getHttpDefaultMaxPerRoute, getHttpMaxTotalConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUser, getHttpReadTimeout, getHttpRetryCount, getHttpRetryIntervalSeconds, isGZIPEnabled, isPrettyDebugEnabled
 
Methods inherited from interface facebook4j.auth.AuthorizationConfiguration
getOAuthAccessToken, getOAuthAppId, getOAuthAppSecret, getOAuthPermissions
 

Method Detail

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()