twitter4j
Class StreamingReadTimeoutConfiguration

java.lang.Object
  extended by twitter4j.StreamingReadTimeoutConfiguration
All Implemented Interfaces:
twitter4j.internal.http.HttpClientConfiguration, twitter4j.internal.http.HttpClientWrapperConfiguration

 class StreamingReadTimeoutConfiguration
extends java.lang.Object
implements twitter4j.internal.http.HttpClientWrapperConfiguration


Field Summary
(package private)  Configuration nestedConf
           
 
Constructor Summary
StreamingReadTimeoutConfiguration(Configuration httpConf)
           
 
Method Summary
 int getHttpConnectionTimeout()
           
 int getHttpDefaultMaxPerRoute()
           
 int getHttpMaxTotalConnections()
           
 java.lang.String getHttpProxyHost()
           
 java.lang.String getHttpProxyPassword()
           
 int getHttpProxyPort()
           
 java.lang.String getHttpProxyUser()
           
 int getHttpReadTimeout()
           
 int getHttpRetryCount()
           
 int getHttpRetryIntervalSeconds()
           
 java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()
           
 boolean isGZIPEnabled()
           
 boolean isPrettyDebugEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nestedConf

Configuration nestedConf
Constructor Detail

StreamingReadTimeoutConfiguration

StreamingReadTimeoutConfiguration(Configuration httpConf)
Method Detail

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