Uses of Interface
org.apache.hc.client5.http.auth.AuthCache
Packages that use AuthCache
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
Caching APIs for both the classic and the asynchronous
HTTP transports.
Standard and common HTTP authentication schemes.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of AuthCache in org.apache.hc.client5.http
Methods in org.apache.hc.client5.http with parameters of type AuthCacheModifier and TypeMethodDescriptionAbstractClientContextBuilder.useAuthCache(AuthCache authCache) ContextBuilder.useAuthCache(AuthCache authCache) -
Uses of AuthCache in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache with parameters of type AuthCache -
Uses of AuthCache in org.apache.hc.client5.http.impl.auth
Classes in org.apache.hc.client5.http.impl.auth that implement AuthCache -
Uses of AuthCache in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return AuthCacheModifier and TypeMethodDescriptionHttpClientContext.getAuthCache()Represents aAuthCacheused in the context of the request execution.Methods in org.apache.hc.client5.http.protocol with parameters of type AuthCache