Java org.apache.http.client AuthenticationHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client AuthenticationHandler fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.apache.http.client.AuthenticationHandler has the following implementations.
Click this link to see all its implementation.

Method

booleanisAuthenticationRequested(HttpResponse response, HttpContext context)
Determines if the given HTTP response response represents an authentication challenge that was sent back as a result of authentication failure
AuthSchemeselectScheme(Map challenges, HttpResponse response, HttpContext context)
Selects one authentication challenge out of all available and creates and generates AuthScheme instance capable of processing that challenge.