facebook4j.conf
Interface Configuration

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

public interface Configuration
extends facebook4j.internal.http.HttpClientConfiguration, facebook4j.internal.http.HttpClientWrapperConfiguration, AuthorizationConfiguration, Serializable

An interface represents configuration.

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 String getClientURL()
           
 String getClientVersion()
           
 String getOAuthAccessTokenInfoURL()
           
 String getOAuthAccessTokenURL()
           
 String getOAuthAuthorizationURL()
           
 String getOAuthDeviceTokenURL()
           
 String getRestBaseURL()
           
 String getUserAgent()
           
 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
getAppSecretProofCacheSize, getOAuthAccessToken, getOAuthAppId, getOAuthAppSecret, getOAuthCallbackURL, getOAuthPermissions, isAppSecretProofEnabled
 

Method Detail

isDalvik

boolean isDalvik()

isGAE

boolean isGAE()

isDebugEnabled

boolean isDebugEnabled()

getUserAgent

String getUserAgent()

getClientVersion

String getClientVersion()

getClientURL

String getClientURL()

getRestBaseURL

String getRestBaseURL()

getVideoBaseURL

String getVideoBaseURL()

getOAuthAuthorizationURL

String getOAuthAuthorizationURL()

getOAuthAccessTokenURL

String getOAuthAccessTokenURL()

getOAuthAccessTokenInfoURL

String getOAuthAccessTokenInfoURL()

getOAuthDeviceTokenURL

String getOAuthDeviceTokenURL()

isJSONStoreEnabled

boolean isJSONStoreEnabled()

isMBeanEnabled

boolean isMBeanEnabled()


Copyright © 2019. All rights reserved.