org.apache.http.impl.client
Class DefaultTargetAuthenticationHandler

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

public class DefaultTargetAuthenticationHandler
extends AbstractAuthenticationHandler

Author:
Oleg Kalnichevski

Constructor Summary
DefaultTargetAuthenticationHandler()
           
 
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

DefaultTargetAuthenticationHandler

public DefaultTargetAuthenticationHandler()
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.