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.getChallenges(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 DigestScheme.processChallenge(org.apache.http.Header header)
          Processes the Digest challenge.
 void RFC2617Scheme.processChallenge(org.apache.http.Header header)
          Processes the given challenge token.
 void BasicScheme.processChallenge(org.apache.http.Header header)
          Processes the Basic challenge.
 

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

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



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