FileDocCategorySizeDatePackage
AuthenticationHandler.javaAPI DocAndroid 1.5 API2306Wed May 06 22:41:10 BST 2009org.apache.http.client

AuthenticationHandler

public interface AuthenticationHandler
author
Oleg Kalnichevski

Fields Summary
Constructors Summary
Methods Summary
public java.util.MapgetChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)

public booleanisAuthenticationRequested(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)

public org.apache.http.auth.AuthSchemeselectScheme(java.util.Map challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)