Android
org.apache.http.auth
public final class

org.apache.http.auth.AUTH

java.lang.Object
org.apache.http.auth.AUTH

Constants and static helpers related to the HTTP authentication.

Summary

Constants

      Value  
String  PROXY_AUTH  The proxy authenticate challange header.  "Proxy-Authenticate" 
String  PROXY_AUTH_RESP  The proxy authenticate response header.  "Proxy-Authorization" 
String  WWW_AUTH  The www authenticate challange header.  "WWW-Authenticate" 
String  WWW_AUTH_RESP  The www authenticate response header.  "Authorization" 
Methods inherited from class java.lang.Object

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"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48