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
getHttpProxyHost
String getHttpProxyHost()
getHttpProxyPort
int getHttpProxyPort()
getHttpProxyUser
String getHttpProxyUser()
getHttpProxyPassword
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()
Copyright © 2014. All Rights Reserved.