Package org.apache.http.auth.params
Class AuthParams
java.lang.Object
org.apache.http.auth.params.AuthParams
Deprecated.
An adaptor for manipulating HTTP authentication parameters
in
HttpParams
.- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCredentialCharset
(org.apache.http.params.HttpParams params) Deprecated.Obtains the charset for encodingCredentials
.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 encodingCredentials
.
-
Method Details
-
getCredentialCharset
Deprecated.Obtains the charset for encodingCredentials
.If not configured,HTTP.DEFAULT_PROTOCOL_CHARSET
is used instead.- Returns:
- The charset
-
setCredentialCharset
Deprecated.Sets the charset to be used when encodingCredentials
.- Parameters:
charset
- The charset
-
RequestConfig
and constructor parameters ofAuthSchemeProvider
s.