Uses of Interface
org.apache.hc.client5.testing.auth.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
-
Uses of AuthenticationHandler in org.apache.hc.client5.testing.async
Constructors in org.apache.hc.client5.testing.async with parameters of type AuthenticationHandlerModifierConstructorDescriptionAuthenticatingAsyncDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler exchangeHandler, AuthenticationHandler<String> authenticationHandler, Authenticator authenticator) -
Uses of AuthenticationHandler in org.apache.hc.client5.testing.auth
Classes in org.apache.hc.client5.testing.auth that implement AuthenticationHandlerModifier and TypeClassDescriptionclassclass -
Uses of AuthenticationHandler in org.apache.hc.client5.testing.classic
Constructors in org.apache.hc.client5.testing.classic with parameters of type AuthenticationHandlerModifierConstructorDescriptionAuthenticatingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler, AuthenticationHandler<String> authenticationHandler, Authenticator authenticator)