org.apache.http.auth.params
Interface AuthPNames

All Known Subinterfaces:
AllClientPNames

public interface AuthPNames

Parameter names for HTTP authentication classes.

Since:
4.0

Field Summary
static String CREDENTIAL_CHARSET
          Defines the charset to be used when encoding Credentials.
 

Field Detail

CREDENTIAL_CHARSET

static final String CREDENTIAL_CHARSET
Defines the charset to be used when encoding Credentials.

This parameter expects a value of type String.

See Also:
Constant Field Values


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.