Uses of Class
org.apache.http.auth.MalformedChallengeException

Packages that use MalformedChallengeException
org.apache.http.auth The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth
org.apache.http.client The API for client-side HTTP communication and entry point to the HttpClient module. 
org.apache.http.impl.auth   
org.apache.http.impl.client   
 

Uses of MalformedChallengeException in org.apache.http.auth
 

Methods in org.apache.http.auth that throw MalformedChallengeException
 void AuthScheme.processChallenge(org.apache.http.Header header)
          Processes the given challenge token.
 

Uses of MalformedChallengeException in org.apache.http.client
 

Methods in org.apache.http.client that throw MalformedChallengeException
 java.util.Map AuthenticationHandler.getProxyChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 java.util.Map AuthenticationHandler.getTargetChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 

Uses of MalformedChallengeException in org.apache.http.impl.auth
 

Methods in org.apache.http.impl.auth that throw MalformedChallengeException
 void BasicScheme.processChallenge(org.apache.http.Header header)
          Processes the Basic challenge.
 void RFC2617Scheme.processChallenge(org.apache.http.Header header)
          Processes the given challenge token.
 void DigestScheme.processChallenge(org.apache.http.Header header)
          Processes the Digest challenge.
 

Uses of MalformedChallengeException in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client that throw MalformedChallengeException
 java.util.Map DefaultAuthenticationHandler.getProxyChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 java.util.Map DefaultAuthenticationHandler.getTargetChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
protected  java.util.Map DefaultAuthenticationHandler.parseChallenges(org.apache.http.Header[] headers)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.