org.apache.http.client.params
Class HttpClientParams
java.lang.Object
org.apache.http.client.params.HttpClientParams
@Immutable
public class HttpClientParams
- extends Object
An adaptor for manipulating HTTP client parameters in HttpParams
.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRedirecting
public static boolean isRedirecting(org.apache.http.params.HttpParams params)
setRedirecting
public static void setRedirecting(org.apache.http.params.HttpParams params,
boolean value)
isAuthenticating
public static boolean isAuthenticating(org.apache.http.params.HttpParams params)
setAuthenticating
public static void setAuthenticating(org.apache.http.params.HttpParams params,
boolean value)
getCookiePolicy
public static String getCookiePolicy(org.apache.http.params.HttpParams params)
setCookiePolicy
public static void setCookiePolicy(org.apache.http.params.HttpParams params,
String cookiePolicy)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.