to top
Android APIs
public abstract class

AbstractAuthenticationHandler

extends Object
implements AuthenticationHandler
java.lang.Object
   ↳ org.apache.http.impl.client.AbstractAuthenticationHandler
Known Direct Subclasses

Summary

Public Constructors
AbstractAuthenticationHandler()
Public Methods
AuthScheme selectScheme(Map<StringHeader> challenges, HttpResponse response, HttpContext context)
Protected Methods
List<String> getAuthPreferences()
Map<StringHeader> parseChallenges(Header[] headers)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.client.AuthenticationHandler

Public Constructors

public AbstractAuthenticationHandler ()

Added in API level 1

Public Methods

public AuthScheme selectScheme (Map<StringHeader> challenges, HttpResponse response, HttpContext context)

Added in API level 1

Protected Methods

protected List<String> getAuthPreferences ()

Added in API level 1

protected Map<StringHeader> parseChallenges (Header[] headers)

Added in API level 1