org.apache.http.auth.params
Interface AuthPNames

All Known Subinterfaces:
AllClientPNames

public interface AuthPNames

Parameter names for HttpAuth.

Since:
4.0
Version:
$Revision: 578403 $

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

Field Detail

CREDENTIAL_CHARSET

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

This parameter expects a value of type String. If not defined, then HttpProtocolParams.HTTP_ELEMENT_CHARSET should be used.

See Also:
Constant Field Values


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