Uses of Class
org.apache.hc.client5.http.impl.auth.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.impl.classic 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 AuthenticationHandler Modifier and Type Field Description private AuthenticationHandlerAsyncConnectExec. authenticatorprivate AuthenticationHandlerAsyncProtocolExec. authenticator -
Uses of AuthenticationHandler in org.apache.hc.client5.http.impl.auth
Subclasses of AuthenticationHandler in org.apache.hc.client5.http.impl.auth Modifier and Type Class Description classHttpAuthenticatorDeprecated.Do not use. -
Uses of AuthenticationHandler in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as AuthenticationHandler Modifier and Type Field Description private AuthenticationHandlerConnectExec. authenticatorprivate AuthenticationHandlerProtocolExec. authenticatorprivate AuthenticationHandlerProxyClient. authenticator
-