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
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.