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
Fields in org.apache.hc.client5.testing.async declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate final AuthenticationHandler
<String> AuthenticatingAsyncDecorator.authenticationHandler
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 TypeClassDescription(package private) class
class
class
-
Uses of AuthenticationHandler in org.apache.hc.client5.testing.classic
Fields in org.apache.hc.client5.testing.classic declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate final AuthenticationHandler
<String> AuthenticatingDecorator.authenticationHandler
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)