|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.auth.params.AuthParams
public final class AuthParams
This class implements an adaptor around the HttpParams interface
to simplify manipulation of the HTTP authentication specific parameters.
AuthPNames| Method Summary | |
|---|---|
static String |
getCredentialCharset(HttpParams params)
Obtains the charset for encoding Credentials. |
static void |
setCredentialCharset(HttpParams params,
String charset)
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(HttpParams params)
Credentials.
If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSET
is used instead.
AuthPNames.CREDENTIAL_CHARSET
public static void setCredentialCharset(HttpParams params,
String charset)
Credentials.
charset - The charset
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||