twitter4j.internal.http
Interface HttpClientWrapperConfiguration

All Superinterfaces:
HttpClientConfiguration
All Known Subinterfaces:
Configuration
All Known Implementing Classes:
PropertyConfiguration

public interface HttpClientWrapperConfiguration
extends HttpClientConfiguration


Method Summary
 Map<String,String> getRequestHeaders()
           
 
Methods inherited from interface twitter4j.internal.http.HttpClientConfiguration
getHttpConnectionTimeout, getHttpDefaultMaxPerRoute, getHttpMaxTotalConnections, getHttpProxyHost, getHttpProxyPassword, getHttpProxyPort, getHttpProxyUser, getHttpReadTimeout, getHttpRetryCount, getHttpRetryIntervalSeconds, isGZIPEnabled, isPrettyDebugEnabled
 

Method Detail

getRequestHeaders

Map<String,String> getRequestHeaders()
Returns:
request headers


Copyright © 2012. All Rights Reserved.