Uses of Class
org.apache.hc.client5.http.auth.MalformedChallengeException
Packages that use MalformedChallengeException
Package
Description
Client HTTP authentication APIs.
Standard and common HTTP authentication schemes.
-
Uses of MalformedChallengeException in org.apache.hc.client5.http.auth
Methods in org.apache.hc.client5.http.auth that throw MalformedChallengeExceptionModifier and TypeMethodDescriptionvoidAuthScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Processes the given auth challenge. -
Uses of MalformedChallengeException in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that throw MalformedChallengeExceptionModifier and TypeMethodDescriptionvoidBasicScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) voidBearerScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) voidDigestScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) voidGGSSchemeBase.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.voidNTLMScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.