twitter4j.internal.http
Interface HttpClientWrapperConfiguration

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

public interface HttpClientWrapperConfiguration
extends HttpClientConfiguration


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

Method Detail

getRequestHeaders

java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()
Returns:
request headers


Copyright © 2011. All Rights Reserved.