Android APIs
public final class

AUTH

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

This class is deprecated.
Please use openConnection() instead. Please visit this webpage for further details.

Class Overview


Constants and static helpers related to the HTTP authentication.

Summary


Constants
String PROXY_AUTH The proxy authenticate challange header.
String PROXY_AUTH_RESP The proxy authenticate response header.
String WWW_AUTH The www authenticate challange header.
String WWW_AUTH_RESP The www authenticate response header.
[Expand]
Inherited Methods
From class java.lang.Object

Constants


public static final String PROXY_AUTH

Added in API level 1

The proxy authenticate challange header.

Constant Value: "Proxy-Authenticate"

public static final String PROXY_AUTH_RESP

Added in API level 1

The proxy authenticate response header.

Constant Value: "Proxy-Authorization"

public static final String WWW_AUTH

Added in API level 1

The www authenticate challange header.

Constant Value: "WWW-Authenticate"

public static final String WWW_AUTH_RESP

Added in API level 1

The www authenticate response header.

Constant Value: "Authorization"