Uses of Class
org.apache.http.auth.MalformedChallengeException
Packages that use MalformedChallengeException
Package
Description
Client HTTP authentication APIs.
Client HTTP communication APIs.
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
-
Uses of MalformedChallengeException in org.apache.http.auth
Methods in org.apache.http.auth that throw MalformedChallengeExceptionModifier and TypeMethodDescriptionvoidAuthScheme.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 MalformedChallengeExceptionModifier and TypeMethodDescriptionAuthenticationHandler.getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.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.AuthenticationStrategy.getChallenges(org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.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.AuthenticationStrategy.select(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Selects one authentication challenge out of all available and creates and generatesAuthOptioninstance capable of processing that challenge. -
Uses of MalformedChallengeException in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth that throw MalformedChallengeExceptionModifier and TypeMethodDescriptionprotected abstract voidAuthSchemeBase.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int beginIndex, int endIndex) protected voidGGSSchemeBase.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int beginIndex, int endIndex) protected voidNTLMScheme.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int beginIndex, int endIndex) protected voidRFC2617Scheme.parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int pos, int len) voidAuthSchemeBase.processChallenge(org.apache.http.Header header) Processes the given challenge token.voidBasicScheme.processChallenge(org.apache.http.Header header) Processes the Basic challenge.voidDigestScheme.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 MalformedChallengeExceptionModifier and TypeMethodDescriptionAuthenticationStrategyAdaptor.getChallenges(org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.AuthenticationStrategyImpl.getChallenges(org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Generates a map of challenge auth-scheme => Header entries.DefaultProxyAuthenticationHandler.getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.DefaultTargetAuthenticationHandler.getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.AbstractAuthenticationHandler.parseChallenges(org.apache.http.Header[] headers) Deprecated.AuthenticationStrategyAdaptor.select(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.AuthenticationStrategyImpl.select(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)