Uses of Class
org.apache.hc.client5.http.impl.auth.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Standard and common HTTP authentication schemes.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of AuthenticationHandler in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate final AuthenticationHandlerAsyncConnectExec.authenticatorprivate final AuthenticationHandlerAsyncProtocolExec.authenticator -
Uses of AuthenticationHandler in org.apache.hc.client5.http.impl.auth
Subclasses of AuthenticationHandler in org.apache.hc.client5.http.impl.auth -
Uses of AuthenticationHandler in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate final AuthenticationHandlerConnectExec.authenticatorprivate final AuthenticationHandlerProtocolExec.authenticatorprivate final AuthenticationHandlerProxyClient.authenticator