Example usage for org.apache.http.auth.params AuthPNames CREDENTIAL_CHARSET

List of usage examples for org.apache.http.auth.params AuthPNames CREDENTIAL_CHARSET

Introduction

In this page you can find the example usage for org.apache.http.auth.params AuthPNames CREDENTIAL_CHARSET.

Prototype

String CREDENTIAL_CHARSET

To view the source code for org.apache.http.auth.params AuthPNames CREDENTIAL_CHARSET.

Click Source Link

Document

Defines the charset to be used when encoding org.apache.http.auth.Credentials .

Usage