org.apache.http.impl.client
Class DefaultProxyAuthenticationHandler

java.lang.Object
  extended by org.apache.http.impl.client.AbstractAuthenticationHandler
      extended by org.apache.http.impl.client.DefaultProxyAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler

public class DefaultProxyAuthenticationHandler
extends AbstractAuthenticationHandler

Author:
Oleg Kalnichevski

Constructor Summary
DefaultProxyAuthenticationHandler()
           
 
Method Summary
 java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 boolean isAuthenticationRequested(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class org.apache.http.impl.client.AbstractAuthenticationHandler
getAuthPreferences, parseChallenges, selectScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProxyAuthenticationHandler

public DefaultProxyAuthenticationHandler()
Method Detail

isAuthenticationRequested

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

getChallenges

public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse response,
                                                                            org.apache.http.protocol.HttpContext context)
                                                                     throws MalformedChallengeException
Throws:
MalformedChallengeException


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.