Package org.apache.http.client.params
Class HttpClientParams
java.lang.Object
org.apache.http.client.params.HttpClientParams
Deprecated.
An adaptor for manipulating HTTP client parameters in
HttpParams.- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic longDeprecated.Get the connectiion manager timeout value.static StringgetCookiePolicy(HttpParams params) Deprecated.static booleanisAuthenticating(HttpParams params) Deprecated.static booleanisRedirecting(HttpParams params) Deprecated.static voidsetAuthenticating(HttpParams params, boolean value) Deprecated.static voidsetConnectionManagerTimeout(HttpParams params, long timeout) Deprecated.Set the parameterClientPNames.CONN_MANAGER_TIMEOUT.static voidsetCookiePolicy(HttpParams params, String cookiePolicy) Deprecated.static voidsetRedirecting(HttpParams params, boolean value) Deprecated.
-
Method Details
-
isRedirecting
Deprecated. -
setRedirecting
Deprecated. -
isAuthenticating
Deprecated. -
setAuthenticating
Deprecated. -
getCookiePolicy
Deprecated. -
setCookiePolicy
Deprecated. -
setConnectionManagerTimeout
Deprecated.Set the parameterClientPNames.CONN_MANAGER_TIMEOUT.- Since:
- 4.2
-
getConnectionManagerTimeout
Deprecated.Get the connectiion manager timeout value. This is defined by the parameterClientPNames.CONN_MANAGER_TIMEOUT. Failing that it uses the parameterCoreConnectionPNames.CONNECTION_TIMEOUTwhich defaults to 0 if not defined.- Returns:
- the timeout value
- Since:
- 4.2
-
RequestConfig