@Immutable public final class AuthParams extends Object
HttpParams.AuthPNames| Modifier and Type | Method and Description |
|---|---|
static String |
getCredentialCharset(org.apache.http.params.HttpParams params)
Obtains the charset for encoding
Credentials.If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSETis used instead. |
static void |
setCredentialCharset(org.apache.http.params.HttpParams params,
String charset)
Sets the charset to be used when encoding
Credentials. |
public static String getCredentialCharset(org.apache.http.params.HttpParams params)
Credentials.If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSETis used instead.public static void setCredentialCharset(org.apache.http.params.HttpParams params,
String charset)
Credentials.charset - The charsetCopyright © 1999-2015 The Apache Software Foundation. All Rights Reserved.