org.apache.http.auth.AUTH
Constants and static helpers related to the HTTP authentication.
Summary
Constants
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
PROXY_AUTH
The proxy authenticate challange header.
Constant Value:
"Proxy-Authenticate"
public
static
final
String
PROXY_AUTH_RESP
The proxy authenticate response header.
Constant Value:
"Proxy-Authorization"
public
static
final
String
WWW_AUTH
The www authenticate challange header.
Constant Value:
"WWW-Authenticate"
public
static
final
String
WWW_AUTH_RESP
The www authenticate response header.
Constant Value:
"Authorization"