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 TypeMethodDescriptionvoid
AuthScheme.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 TypeMethodDescriptionvoid
BasicScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) void
BearerScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) void
DigestScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) void
GGSSchemeBase.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.void
NTLMScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.