加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20130902123343/http://developer.android.com/reference/org/apache/http/impl/client/DefaultProxyAuthenticationHandler.html
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