class StreamingReadTimeoutConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Configuration |
nestedConf |
Constructor and Description |
---|
StreamingReadTimeoutConfiguration(Configuration httpConf) |
Modifier and Type | Method and Description |
---|---|
int |
getHttpConnectionTimeout() |
java.lang.String |
getHttpProxyHost() |
java.lang.String |
getHttpProxyPassword() |
int |
getHttpProxyPort() |
java.lang.String |
getHttpProxyUser() |
int |
getHttpReadTimeout() |
int |
getHttpRetryCount() |
int |
getHttpRetryIntervalSeconds() |
boolean |
isGZIPEnabled() |
boolean |
isHttpProxySocks() |
boolean |
isPrettyDebugEnabled() |
final Configuration nestedConf
StreamingReadTimeoutConfiguration(Configuration httpConf)
public java.lang.String getHttpProxyHost()
public int getHttpProxyPort()
public boolean isHttpProxySocks()
public java.lang.String getHttpProxyUser()
public java.lang.String getHttpProxyPassword()
public int getHttpConnectionTimeout()
public int getHttpReadTimeout()
public int getHttpRetryCount()
public int getHttpRetryIntervalSeconds()
public boolean isPrettyDebugEnabled()
public boolean isGZIPEnabled()