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

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

Introduction

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

The text is from its open source code.

Constructor

Method

AuthSchemegetAuthScheme(final String name, final HttpParams params)
Gets the AuthScheme authentication scheme with the given name.
voidregister(final String name, final AuthSchemeFactory factory)
Registers a AuthSchemeFactory with the given identifier.