twitter4j.http
Interface HttpClientConfiguration

All Known Subinterfaces:
Configuration, HttpClientWrapperConfiguration
All Known Implementing Classes:
ConfigurationBase, PropertyConfiguration, StreamingReadTimeoutConfiguration

public interface HttpClientConfiguration

Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 int getHttpConnectionTimeout()
           
 java.lang.String getHttpProxyHost()
           
 java.lang.String getHttpProxyPassword()
           
 int getHttpProxyPort()
           
 java.lang.String getHttpProxyUser()
           
 int getHttpReadTimeout()
           
 int getHttpRetryCount()
           
 int getHttpRetryIntervalSeconds()
           
 

Method Detail

getHttpProxyHost

java.lang.String getHttpProxyHost()

getHttpProxyPort

int getHttpProxyPort()

getHttpProxyUser

java.lang.String getHttpProxyUser()

getHttpProxyPassword

java.lang.String getHttpProxyPassword()

getHttpConnectionTimeout

int getHttpConnectionTimeout()

getHttpReadTimeout

int getHttpReadTimeout()

getHttpRetryCount

int getHttpRetryCount()

getHttpRetryIntervalSeconds

int getHttpRetryIntervalSeconds()