FileDocCategorySizeDatePackage
AuthPNames.javaAPI DocAndroid 1.5 API2057Wed May 06 22:41:10 BST 2009org.apache.http.auth.params

AuthPNames

public interface AuthPNames
Parameter names for HttpAuth.
version
$Revision: 578403 $
since
4.0

Fields Summary
public static final String
CREDENTIAL_CHARSET
Defines the charset to be used when encoding {@link org.apache.http.auth.Credentials}.

This parameter expects a value of type {@link String}. If not defined, then {@link org.apache.http.params.CoreProtocolPNames#HTTP_ELEMENT_CHARSET HttpProtocolParams.HTTP_ELEMENT_CHARSET} should be used.

Constructors Summary
Methods Summary