to top
Android APIs
public class

DefaultProxyAuthenticationHandler

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

Summary

Public Constructors
DefaultProxyAuthenticationHandler()
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 DefaultProxyAuthenticationHandler ()

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