to top
Android APIs
public class

DefaultTargetAuthenticationHandler

extends AbstractAuthenticationHandler
java.lang.Object
   ↳ org.apache.http.impl.client.AbstractAuthenticationHandler
     ↳ org.apache.http.impl.client.DefaultTargetAuthenticationHandler

Summary

Public Constructors
DefaultTargetAuthenticationHandler()
Public Methods
Map<StringHeader> getChallenges(HttpResponse response, HttpContext context)
boolean isAuthenticationRequested(HttpResponse response, HttpContext context)
[Expand]
Inherited Methods
From class org.apache.http.impl.client.AbstractAuthenticationHandler
From class java.lang.Object
From interface org.apache.http.client.AuthenticationHandler

Public Constructors

public DefaultTargetAuthenticationHandler ()

Added in API level 1

Public Methods

public Map<StringHeader> getChallenges (HttpResponse response, HttpContext context)

Added in API level 1

public boolean isAuthenticationRequested (HttpResponse response, HttpContext context)

Added in API level 1