FileDocCategorySizeDatePackage
AUTH.javaAPI DocAndroid 1.5 API2186Wed May 06 22:41:10 BST 2009org.apache.http.auth

AUTH

public final class AUTH extends Object
Constants and static helpers related to the HTTP authentication.
author
Oleg Kalnichevski
since
4.0

Fields Summary
public static final String
WWW_AUTH
The www authenticate challange header.
public static final String
WWW_AUTH_RESP
The www authenticate response header.
public static final String
PROXY_AUTH
The proxy authenticate challange header.
public static final String
PROXY_AUTH_RESP
The proxy authenticate response header.
Constructors Summary
private AUTH()

    
      
    
Methods Summary