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<java.lang.String,org.apache.http.Header> 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
protected  void NTLMScheme.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int pos, int len)
           
protected abstract  void AuthSchemeBase.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int pos, int len)
           
protected  void RFC2617Scheme.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int pos, int len)
           
 void DigestScheme.processChallenge(org.apache.http.Header header)
          Processes the Digest challenge.
 void AuthSchemeBase.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<java.lang.String,org.apache.http.Header> DefaultTargetAuthenticationHandler.getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 java.util.Map<java.lang.String,org.apache.http.Header> DefaultProxyAuthenticationHandler.getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
protected  java.util.Map<java.lang.String,org.apache.http.Header> AbstractAuthenticationHandler.parseChallenges(org.apache.http.Header[] headers)
           
 



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