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> AuthenticationStrategy.getChallenges(HttpHost authhost, 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.
 Map<String,Header> AuthenticationHandler.getChallenges(HttpResponse response, HttpContext context)
          Deprecated. Extracts from the given HTTP response a collection of authentication challenges, each of which represents an authentication scheme supported by the authentication host.
 Queue<AuthOption> AuthenticationStrategy.select(Map<String,Header> challenges, HttpHost authhost, HttpResponse response, HttpContext context)
          Selects one authentication challenge out of all available and creates and generates AuthOption instance capable of processing that challenge.
 

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

Methods in org.apache.http.impl.auth that throw MalformedChallengeException
protected  void GGSSchemeBase.parseChallenge(CharArrayBuffer buffer, int beginIndex, int endIndex)
           
protected  void NTLMScheme.parseChallenge(CharArrayBuffer buffer, int beginIndex, int endIndex)
           
protected abstract  void AuthSchemeBase.parseChallenge(CharArrayBuffer buffer, int beginIndex, int endIndex)
           
protected  void RFC2617Scheme.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)
          Deprecated.  
 Map<String,Header> DefaultTargetAuthenticationHandler.getChallenges(HttpResponse response, HttpContext context)
          Deprecated.  
protected  Map<String,Header> AbstractAuthenticationHandler.parseChallenges(Header[] headers)
          Deprecated.  
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.