Uses of Class
org.apache.hc.client5.http.impl.auth.HttpAuthenticator
Packages that use HttpAuthenticator
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of HttpAuthenticator in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as HttpAuthenticatorModifier and TypeFieldDescriptionprivate final HttpAuthenticator
AsyncConnectExec.authenticator
private final HttpAuthenticator
AsyncProtocolExec.authenticator
-
Uses of HttpAuthenticator in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as HttpAuthenticatorModifier and TypeFieldDescriptionprivate final HttpAuthenticator
ConnectExec.authenticator
private final HttpAuthenticator
ProtocolExec.authenticator
private final HttpAuthenticator
ProxyClient.authenticator