twitter4jads.internal.http.HttpClientConfiguration Maven / Gradle / Ivy
package twitter4jads.internal.http;
/**
*
*/
public interface HttpClientConfiguration {
String getHttpProxyHost();
int getHttpProxyPort();
String getHttpProxyUser();
String getHttpProxyPassword();
int getHttpConnectionTimeout();
int getHttpReadTimeout();
int getHttpRetryCount();
int getHttpRetryIntervalSeconds();
int getHttpMaxTotalConnections();
int getHttpDefaultMaxPerRoute();
boolean isPrettyDebugEnabled();
boolean isGZIPEnabled();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy