Uses of Class
org.apache.http.auth.MalformedChallengeException
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description voidAuthScheme. 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 Modifier and Type Method Description Map<String,Header>AuthenticationHandler. getChallenges(HttpResponse response, HttpContext context) -
Uses of MalformedChallengeException in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth that throw MalformedChallengeException Modifier and Type Method Description protected abstract voidAuthSchemeBase. parseChallenge(CharArrayBuffer buffer, int pos, int len)protected voidNTLMScheme. parseChallenge(CharArrayBuffer buffer, int pos, int len)protected voidRFC2617Scheme. parseChallenge(CharArrayBuffer buffer, int pos, int len)voidAuthSchemeBase. processChallenge(Header header)Processes the given challenge token.voidBasicScheme. processChallenge(Header header)Processes the Basic challenge.voidDigestScheme. processChallenge(Header header)Processes the Digest challenge. -
Uses of MalformedChallengeException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw MalformedChallengeException Modifier and Type Method Description 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)