Java org.apache.http.auth.params AuthParams fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.auth.params AuthParams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.auth.params AuthParams.

The text is from its open source code.

Method

StringgetCredentialCharset(final HttpParams params)
Obtains the charset for encoding org.apache.http.auth.Credentials .If not configured, HTTP#DEFAULT_PROTOCOL_CHARSET is used instead.
voidsetCredentialCharset(final HttpParams params, final String charset)
Sets the charset to be used when encoding org.apache.http.auth.Credentials .