RequestConfig
and constructor parameters of
AuthSchemeProvider
s.@Contract(threading=IMMUTABLE) @Deprecated public final class AuthParams extends Object
HttpParams
.Modifier and Type | Method and Description |
---|---|
static String |
getCredentialCharset(org.apache.http.params.HttpParams params)
Deprecated.
Obtains the charset for encoding
Credentials .If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSET is used instead. |
static void |
setCredentialCharset(org.apache.http.params.HttpParams params,
String charset)
Deprecated.
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_CHARSET
is used instead.public static void setCredentialCharset(org.apache.http.params.HttpParams params, String charset)
Credentials
.charset
- The charsetCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.