public static class HttpClient.HttpClientConfig extends RxClient.ClientConfig
Modifier and Type | Class and Description |
---|---|
static class |
HttpClient.HttpClientConfig.Builder |
static class |
HttpClient.HttpClientConfig.RedirectsHandling |
RxClient.ClientConfig.AbstractBuilder<B extends RxClient.ClientConfig.AbstractBuilder,C extends RxClient.ClientConfig>
NO_TIMEOUT
Modifier | Constructor and Description |
---|---|
protected |
HttpClientConfig() |
protected |
HttpClientConfig(RxClient.ClientConfig config) |
Modifier and Type | Method and Description |
---|---|
HttpClient.HttpClientConfig |
clone() |
HttpClient.HttpClientConfig.RedirectsHandling |
getFollowRedirect() |
int |
getMaxRedirects() |
long |
getResponseSubscriptionTimeoutMs() |
java.lang.String |
getUserAgent() |
getReadTimeoutInMillis, isReadTimeoutSet
protected HttpClientConfig()
protected HttpClientConfig(RxClient.ClientConfig config)
public java.lang.String getUserAgent()
public HttpClient.HttpClientConfig.RedirectsHandling getFollowRedirect()
public int getMaxRedirects()
public long getResponseSubscriptionTimeoutMs()
public HttpClient.HttpClientConfig clone() throws java.lang.CloneNotSupportedException
clone
in class RxClient.ClientConfig
java.lang.CloneNotSupportedException