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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.