Package 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
Fields Modifier and Type Field Description static StringCREDENTIAL_CHARSETDefines the charset to be used when encodingCredentials.
-
Field Details
-
CREDENTIAL_CHARSET
Defines the charset to be used when encodingCredentials.This parameter expects a value of type
String. If not defined, thenHttpProtocolParams.HTTP_ELEMENT_CHARSETshould be used.- See Also:
- Constant Field Values
-