|
Class Summary |
| AuthenticateChallenge |
Parses the HTTP "WWW-Authenticate" and "Proxy-Authenticate" header
fields. |
| AuthenticationInfo |
Parses the HTTP "Authentication-Info" header field. |
| AuthorizationAuthority |
The AuthorizationAuthority authorizes client
Requests for communication with HTTP servers. |
| Base64Encoder |
This class implements a BASE64 character encoder as specified in
RFC1521. |
| BasicAuthority |
The BasicAuthority provides the necessary behavior to
authorizes client Requests for communication with HTTP
servers using the Basic authentication scheme. |
| DigestAuthority |
The DigestAuthority provides the necessary behavior to
authorizes client Requests for communication with HTTP
servers using the Digest authentication scheme. |
| DigestOutputStream |
An OutputStream that filters its data through a
MessageDigest to compute a hash value over the data. |
| HexConverter |
This class provides a function that converts byte arrays to their
equivalent hexadecimal string. |
| Parser |
A simple parser that is mainly used to parse HTTP header fields. |