Uses of Class
org.apache.hc.client5.http.auth.MalformedChallengeException
-
Packages that use MalformedChallengeException Package Description org.apache.hc.client5.http.auth Client HTTP authentication APIs.org.apache.hc.client5.http.impl.auth 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 MalformedChallengeException Modifier and Type Method Description voidAuthScheme. 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 MalformedChallengeException Modifier and Type Method Description voidBasicScheme. 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.
-