facebook4j.internal.http
Interface HttpClientConfiguration

All Known Subinterfaces:
Configuration, HttpClientWrapperConfiguration
All Known Implementing Classes:
ConfigurationBase, PropertyConfiguration

public interface HttpClientConfiguration

Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 int getHttpConnectionTimeout()
           
 int getHttpDefaultMaxPerRoute()
           
 int getHttpMaxTotalConnections()
           
 java.lang.String getHttpProxyHost()
           
 java.lang.String getHttpProxyPassword()
           
 int getHttpProxyPort()
           
 java.lang.String getHttpProxyUser()
           
 int getHttpReadTimeout()
           
 int getHttpRetryCount()
           
 int getHttpRetryIntervalSeconds()
           
 boolean isGZIPEnabled()
           
 boolean isPrettyDebugEnabled()
           
 

Method Detail

getHttpProxyHost

java.lang.String getHttpProxyHost()

getHttpProxyPort

int getHttpProxyPort()

getHttpProxyUser

java.lang.String getHttpProxyUser()

getHttpProxyPassword

java.lang.String getHttpProxyPassword()

getHttpConnectionTimeout

int getHttpConnectionTimeout()

getHttpReadTimeout

int getHttpReadTimeout()

getHttpRetryCount

int getHttpRetryCount()

getHttpRetryIntervalSeconds

int getHttpRetryIntervalSeconds()

getHttpMaxTotalConnections

int getHttpMaxTotalConnections()

getHttpDefaultMaxPerRoute

int getHttpDefaultMaxPerRoute()

isPrettyDebugEnabled

boolean isPrettyDebugEnabled()

isGZIPEnabled

boolean isGZIPEnabled()