@Immutable public class HttpClientParams extends Object
HttpParams
.Modifier and Type | Method and Description |
---|---|
static String |
getCookiePolicy(org.apache.http.params.HttpParams params) |
static boolean |
isAuthenticating(org.apache.http.params.HttpParams params) |
static boolean |
isRedirecting(org.apache.http.params.HttpParams params) |
static void |
setAuthenticating(org.apache.http.params.HttpParams params,
boolean value) |
static void |
setCookiePolicy(org.apache.http.params.HttpParams params,
String cookiePolicy) |
static void |
setRedirecting(org.apache.http.params.HttpParams params,
boolean value) |
public static boolean isRedirecting(org.apache.http.params.HttpParams params)
public static void setRedirecting(org.apache.http.params.HttpParams params, boolean value)
public static boolean isAuthenticating(org.apache.http.params.HttpParams params)
public static void setAuthenticating(org.apache.http.params.HttpParams params, boolean value)
public static String getCookiePolicy(org.apache.http.params.HttpParams params)
public static void setCookiePolicy(org.apache.http.params.HttpParams params, String cookiePolicy)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.