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. 
org.apache.http.client The API for client-side HTTP communication. 
org.apache.http.impl.auth Default implementations for interfaces in org.apache.http.auth
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of MalformedChallengeException in org.apache.http.auth
 

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

Uses of MalformedChallengeException in org.apache.http.client
 

Methods in org.apache.http.client that throw MalformedChallengeException
 Map<String,Header> AuthenticationHandler.getChallenges(HttpResponse response, HttpContext context)
          Extracts from the given HTTP response a collection of authentication challenges, each of which represents an authentication scheme supported by the authentication host.
 

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

Methods in org.apache.http.impl.auth that throw MalformedChallengeException
protected  void RFC2617Scheme.parseChallenge(CharArrayBuffer buffer, int pos, int len)
           
protected  void NTLMScheme.parseChallenge(CharArrayBuffer buffer, int pos, int len)
           
protected abstract  void AuthSchemeBase.parseChallenge(CharArrayBuffer buffer, int pos, int len)
           
 void DigestScheme.processChallenge(Header header)
          Processes the Digest challenge.
 void BasicScheme.processChallenge(Header header)
          Processes the Basic challenge.
 void AuthSchemeBase.processChallenge(Header header)
          Processes the given challenge token.
 

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

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



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