twitter4j
Class StreamingReadTimeoutConfiguration
java.lang.Object
twitter4j.StreamingReadTimeoutConfiguration
- All Implemented Interfaces:
- twitter4j.internal.http.HttpClientConfiguration, twitter4j.internal.http.HttpClientWrapperConfiguration
class StreamingReadTimeoutConfiguration
- extends java.lang.Object
- implements twitter4j.internal.http.HttpClientWrapperConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nestedConf
Configuration nestedConf
StreamingReadTimeoutConfiguration
StreamingReadTimeoutConfiguration(Configuration httpConf)
getHttpProxyHost
public java.lang.String getHttpProxyHost()
- Specified by:
getHttpProxyHost
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpProxyPort
public int getHttpProxyPort()
- Specified by:
getHttpProxyPort
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpProxyUser
public java.lang.String getHttpProxyUser()
- Specified by:
getHttpProxyUser
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpProxyPassword
public java.lang.String getHttpProxyPassword()
- Specified by:
getHttpProxyPassword
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpConnectionTimeout
public int getHttpConnectionTimeout()
- Specified by:
getHttpConnectionTimeout
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpReadTimeout
public int getHttpReadTimeout()
- Specified by:
getHttpReadTimeout
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpRetryCount
public int getHttpRetryCount()
- Specified by:
getHttpRetryCount
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpRetryIntervalSeconds
public int getHttpRetryIntervalSeconds()
- Specified by:
getHttpRetryIntervalSeconds
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpMaxTotalConnections
public int getHttpMaxTotalConnections()
- Specified by:
getHttpMaxTotalConnections
in interface twitter4j.internal.http.HttpClientConfiguration
getHttpDefaultMaxPerRoute
public int getHttpDefaultMaxPerRoute()
- Specified by:
getHttpDefaultMaxPerRoute
in interface twitter4j.internal.http.HttpClientConfiguration
getRequestHeaders
public java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()
- Specified by:
getRequestHeaders
in interface twitter4j.internal.http.HttpClientWrapperConfiguration
- Returns:
- request headers
isPrettyDebugEnabled
public boolean isPrettyDebugEnabled()
- Specified by:
isPrettyDebugEnabled
in interface twitter4j.internal.http.HttpClientConfiguration
isGZIPEnabled
public boolean isGZIPEnabled()
- Specified by:
isGZIPEnabled
in interface twitter4j.internal.http.HttpClientConfiguration