|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.auth.params.AuthParams
RequestConfig
and constructor parameters of
AuthSchemeProvider
s.
@Contract(threading=IMMUTABLE) @Deprecated public final class AuthParams
An adaptor for manipulating HTTP authentication parameters
in HttpParams
.
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 charset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |