| java.lang.Object | |
| ↳ | org.apache.http.auth.params.AuthParams |
This class implements an adaptor around the
HttpParams
interface
to simplify manipulation of the HTTP authentication specific parameters.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Obtains the charset for encoding
Credentials
.
|
||||||||||
|
|
Sets the charset to be used when encoding
Credentials
.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Obtains the charset for encoding
Credentials
.
If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSET
is used instead.
Sets the charset to be used when encoding
Credentials
.
| charset | The charset |
|---|