public static class RxClient.ClientConfig
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
protected static class |
RxClient.ClientConfig.AbstractBuilder<B extends RxClient.ClientConfig.AbstractBuilder,C extends RxClient.ClientConfig> |
static class |
RxClient.ClientConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
NO_TIMEOUT |
Modifier | Constructor and Description |
---|---|
protected |
RxClient.ClientConfig() |
protected |
RxClient.ClientConfig(RxClient.ClientConfig config) |
Modifier and Type | Method and Description |
---|---|
RxClient.ClientConfig |
clone() |
long |
getReadTimeoutInMillis()
Returns the set read timeout in milliseconds.
|
boolean |
isReadTimeoutSet() |
public static final long NO_TIMEOUT
protected RxClient.ClientConfig()
protected RxClient.ClientConfig(RxClient.ClientConfig config)
public long getReadTimeoutInMillis()
NO_TIMEOUT
if there isn't any timeout set.public boolean isReadTimeoutSet()
public RxClient.ClientConfig clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException