Modifier and Type |
Method and Description |
protected RequestConfig |
clone() |
static RequestConfig.Builder |
copy(RequestConfig config) |
static RequestConfig.Builder |
custom() |
org.apache.hc.core5.util.TimeValue |
getConnectionKeepAlive() |
org.apache.hc.core5.util.Timeout |
getConnectionRequestTimeout() |
org.apache.hc.core5.util.Timeout |
getConnectTimeout()
|
String |
getCookieSpec() |
int |
getMaxRedirects() |
org.apache.hc.core5.http.HttpHost |
getProxy()
|
Collection<String> |
getProxyPreferredAuthSchemes() |
org.apache.hc.core5.util.Timeout |
getResponseTimeout() |
Collection<String> |
getTargetPreferredAuthSchemes() |
boolean |
isAuthenticationEnabled() |
boolean |
isCircularRedirectsAllowed() |
boolean |
isContentCompressionEnabled() |
boolean |
isExpectContinueEnabled() |
boolean |
isHardCancellationEnabled() |
boolean |
isProtocolUpgradeEnabled() |
boolean |
isRedirectsEnabled() |
String |
toString() |