facebook4j.conf
Class PropertyConfiguration

java.lang.Object
  extended by facebook4j.conf.ConfigurationBase
      extended by facebook4j.conf.PropertyConfiguration
All Implemented Interfaces:
AuthorizationConfiguration, Configuration, facebook4j.internal.http.HttpClientConfiguration, facebook4j.internal.http.HttpClientWrapperConfiguration, Serializable

public final class PropertyConfiguration
extends ConfigurationBase
implements Serializable

Author:
Yusuke Yamamoto - yusuke at mac.com, Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Field Summary
static String CLIENT_URL
           
static String CLIENT_VERSION
           
static String DEBUG
           
static String HTTP_CONNECTION_TIMEOUT
           
static String HTTP_DEFAULT_MAX_PER_ROUTE
           
static String HTTP_GZIP
           
static String HTTP_MAX_TOTAL_CONNECTIONS
           
static String HTTP_PRETTY_DEBUG
           
static String HTTP_PROXY_HOST
           
static String HTTP_PROXY_HOST_FALLBACK
           
static String HTTP_PROXY_PASSWORD
           
static String HTTP_PROXY_PORT
           
static String HTTP_PROXY_PORT_FALLBACK
           
static String HTTP_PROXY_USER
           
static String HTTP_READ_TIMEOUT
           
static String HTTP_RETRY_COUNT
           
static String HTTP_RETRY_INTERVAL_SECS
           
static String HTTP_USE_SSL
           
static String HTTP_USER_AGENT
           
static String JSON_STORE_ENABLED
           
static String MBEAN_ENABLED
           
static String OAUTH_ACCESS_TOKEN
           
static String OAUTH_ACCESS_TOKEN_INFO_URL
           
static String OAUTH_ACCESS_TOKEN_URL
           
static String OAUTH_APP_ID
           
static String OAUTH_APP_SECRET
           
static String OAUTH_AUTHORIZATION_URL
           
static String OAUTH_CALLBACK_URL
           
static String OAUTH_DEVICE_TOKEN_URL
           
static String OAUTH_PERMISSIONS
           
static String REST_BASE_URL
           
static String SECURITY_APP_SECRET_PROOF_CACHE_SIZE
           
static String SECURITY_APP_SECRET_PROOF_ENABLED
           
static String VIDEO_BASE_URL
           
 
Fields inherited from class facebook4j.conf.ConfigurationBase
DALVIK, GAE
 
Constructor Summary
PropertyConfiguration(InputStream is)
           
PropertyConfiguration(Properties props)
           
PropertyConfiguration(Properties props, String treePath)
           
 
Method Summary
 
Methods inherited from class facebook4j.conf.ConfigurationBase
equals, getAppSecretProofCacheSize, getClientURL, getClientVersion, getHttpConnectionTimeout, getHttpDefaultMaxPerRoute, getHttpMaxTotalConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUser, getHttpReadTimeout, getHttpRetryCount, getHttpRetryIntervalSeconds, getHttpStreamingReadTimeout, getOAuthAccessToken, getOAuthAccessTokenInfoURL, getOAuthAccessTokenURL, getOAuthAppId, getOAuthAppSecret, getOAuthAuthorizationURL, getOAuthCallbackURL, getOAuthDeviceTokenURL, getOAuthPermissions, getRequestHeaders, getRestBaseURL, getUserAgent, getVideoBaseURL, hashCode, isAppSecretProofEnabled, isDalvik, isDebugEnabled, isGAE, isGZIPEnabled, isJSONStoreEnabled, isMBeanEnabled, isPrettyDebugEnabled, setAppSecretProofCacheSize, setAppSecretProofEnabled, setOAuthCallbackURL, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEBUG

public static final String DEBUG
See Also:
Constant Field Values

HTTP_USER_AGENT

public static final String HTTP_USER_AGENT
See Also:
Constant Field Values

HTTP_USE_SSL

public static final String HTTP_USE_SSL
See Also:
Constant Field Values

HTTP_PRETTY_DEBUG

public static final String HTTP_PRETTY_DEBUG
See Also:
Constant Field Values

HTTP_GZIP

public static final String HTTP_GZIP
See Also:
Constant Field Values

HTTP_PROXY_HOST

public static final String HTTP_PROXY_HOST
See Also:
Constant Field Values

HTTP_PROXY_HOST_FALLBACK

public static final String HTTP_PROXY_HOST_FALLBACK
See Also:
Constant Field Values

HTTP_PROXY_USER

public static final String HTTP_PROXY_USER
See Also:
Constant Field Values

HTTP_PROXY_PASSWORD

public static final String HTTP_PROXY_PASSWORD
See Also:
Constant Field Values

HTTP_PROXY_PORT

public static final String HTTP_PROXY_PORT
See Also:
Constant Field Values

HTTP_PROXY_PORT_FALLBACK

public static final String HTTP_PROXY_PORT_FALLBACK
See Also:
Constant Field Values

HTTP_CONNECTION_TIMEOUT

public static final String HTTP_CONNECTION_TIMEOUT
See Also:
Constant Field Values

HTTP_READ_TIMEOUT

public static final String HTTP_READ_TIMEOUT
See Also:
Constant Field Values

HTTP_RETRY_COUNT

public static final String HTTP_RETRY_COUNT
See Also:
Constant Field Values

HTTP_RETRY_INTERVAL_SECS

public static final String HTTP_RETRY_INTERVAL_SECS
See Also:
Constant Field Values

HTTP_MAX_TOTAL_CONNECTIONS

public static final String HTTP_MAX_TOTAL_CONNECTIONS
See Also:
Constant Field Values

HTTP_DEFAULT_MAX_PER_ROUTE

public static final String HTTP_DEFAULT_MAX_PER_ROUTE
See Also:
Constant Field Values

OAUTH_APP_ID

public static final String OAUTH_APP_ID
See Also:
Constant Field Values

OAUTH_APP_SECRET

public static final String OAUTH_APP_SECRET
See Also:
Constant Field Values

OAUTH_ACCESS_TOKEN

public static final String OAUTH_ACCESS_TOKEN
See Also:
Constant Field Values

OAUTH_PERMISSIONS

public static final String OAUTH_PERMISSIONS
See Also:
Constant Field Values

OAUTH_CALLBACK_URL

public static final String OAUTH_CALLBACK_URL
See Also:
Constant Field Values

SECURITY_APP_SECRET_PROOF_ENABLED

public static final String SECURITY_APP_SECRET_PROOF_ENABLED
See Also:
Constant Field Values

SECURITY_APP_SECRET_PROOF_CACHE_SIZE

public static final String SECURITY_APP_SECRET_PROOF_CACHE_SIZE
See Also:
Constant Field Values

OAUTH_AUTHORIZATION_URL

public static final String OAUTH_AUTHORIZATION_URL
See Also:
Constant Field Values

OAUTH_ACCESS_TOKEN_URL

public static final String OAUTH_ACCESS_TOKEN_URL
See Also:
Constant Field Values

OAUTH_ACCESS_TOKEN_INFO_URL

public static final String OAUTH_ACCESS_TOKEN_INFO_URL
See Also:
Constant Field Values

OAUTH_DEVICE_TOKEN_URL

public static final String OAUTH_DEVICE_TOKEN_URL
See Also:
Constant Field Values

REST_BASE_URL

public static final String REST_BASE_URL
See Also:
Constant Field Values

VIDEO_BASE_URL

public static final String VIDEO_BASE_URL
See Also:
Constant Field Values

JSON_STORE_ENABLED

public static final String JSON_STORE_ENABLED
See Also:
Constant Field Values

MBEAN_ENABLED

public static final String MBEAN_ENABLED
See Also:
Constant Field Values

CLIENT_VERSION

public static final String CLIENT_VERSION
See Also:
Constant Field Values

CLIENT_URL

public static final String CLIENT_URL
See Also:
Constant Field Values
Constructor Detail

PropertyConfiguration

public PropertyConfiguration(InputStream is)

PropertyConfiguration

public PropertyConfiguration(Properties props)

PropertyConfiguration

public PropertyConfiguration(Properties props,
                             String treePath)


Copyright © 2019. All rights reserved.