public interface HttpClientConfiguration
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHttpConnectionTimeout() |
String |
getHttpProxyHost() |
String |
getHttpProxyPassword() |
int |
getHttpProxyPort() |
String |
getHttpProxyUser() |
int |
getHttpReadTimeout() |
int |
getHttpRetryCount() |
int |
getHttpRetryIntervalSeconds() |
Map<String,String> |
getRequestHeaders() |
boolean |
isGZIPEnabled() |
boolean isGZIPEnabled()
String getHttpProxyHost()
int getHttpProxyPort()
String getHttpProxyUser()
String getHttpProxyPassword()
int getHttpRetryCount()
int getHttpReadTimeout()
int getHttpConnectionTimeout()
int getHttpRetryIntervalSeconds()
Copyright © 2015. All rights reserved.