public interface HttpClientConfiguration
Modifier and Type | Method and Description |
---|---|
int |
getHttpConnectionTimeout() |
String |
getHttpProxyHost() |
String |
getHttpProxyPassword() |
int |
getHttpProxyPort() |
String |
getHttpProxyUser() |
int |
getHttpReadTimeout() |
int |
getHttpRetryCount() |
int |
getHttpRetryIntervalSeconds() |
boolean |
isGZIPEnabled() |
boolean |
isHttpProxySocks() |
boolean |
isPrettyDebugEnabled() |
String getHttpProxyHost()
int getHttpProxyPort()
String getHttpProxyUser()
String getHttpProxyPassword()
boolean isHttpProxySocks()
int getHttpConnectionTimeout()
int getHttpReadTimeout()
int getHttpRetryCount()
int getHttpRetryIntervalSeconds()
boolean isPrettyDebugEnabled()
boolean isGZIPEnabled()
Copyright © 2018. All rights reserved.