Package org.apache.http.auth
Class AUTH
java.lang.Object
org.apache.http.auth.AUTH
public final class AUTH extends Object
Constants and static helpers related to the HTTP authentication.
- Since:
- 4.0
- Author:
- Oleg Kalnichevski
-
Field Summary
Fields Modifier and Type Field Description static StringPROXY_AUTHThe proxy authenticate challange header.static StringPROXY_AUTH_RESPThe proxy authenticate response header.static StringWWW_AUTHThe www authenticate challange header.static StringWWW_AUTH_RESPThe www authenticate response header. -
Method Summary
-
Field Details
-
WWW_AUTH
The www authenticate challange header.- See Also:
- Constant Field Values
-
WWW_AUTH_RESP
The www authenticate response header.- See Also:
- Constant Field Values
-
PROXY_AUTH
The proxy authenticate challange header.- See Also:
- Constant Field Values
-
PROXY_AUTH_RESP
The proxy authenticate response header.- See Also:
- Constant Field Values
-