Uses of Interface
org.apache.hc.client5.http.auth.AuthCache
-
Packages that use AuthCache Package Description org.apache.hc.client5.http 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.org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.protocol 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
Fields in org.apache.hc.client5.http declared as AuthCache Modifier and Type Field Description private AuthCacheAbstractClientContextBuilder. authCacheMethods in org.apache.hc.client5.http with parameters of type AuthCache Modifier and Type Method Description AbstractClientContextBuilder<T>AbstractClientContextBuilder. useAuthCache(AuthCache authCache)ContextBuilderContextBuilder. useAuthCache(AuthCache authCache) -
Uses of AuthCache in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return AuthCache Modifier and Type Method Description AuthCacheHttpCacheContext.Delegate. getAuthCache()Methods in org.apache.hc.client5.http.cache with parameters of type AuthCache Modifier and Type Method Description voidHttpCacheContext.Delegate. setAuthCache(AuthCache authCache)CacheContextBuilderCacheContextBuilder. useAuthCache(AuthCache authCache) -
Uses of AuthCache in org.apache.hc.client5.http.fluent
Fields in org.apache.hc.client5.http.fluent declared as AuthCache Modifier and Type Field Description private AuthCacheExecutor. authCache -
Uses of AuthCache in org.apache.hc.client5.http.impl.auth
Classes in org.apache.hc.client5.http.impl.auth that implement AuthCache Modifier and Type Class Description classBasicAuthCacheDefault implementation ofAuthCache. -
Uses of AuthCache in org.apache.hc.client5.http.protocol
Fields in org.apache.hc.client5.http.protocol declared as AuthCache Modifier and Type Field Description private AuthCacheHttpClientContext. authCacheMethods in org.apache.hc.client5.http.protocol that return AuthCache Modifier and Type Method Description AuthCacheHttpClientContext.Delegate. getAuthCache()AuthCacheHttpClientContext. getAuthCache()Represents aAuthCacheused in the context of the request execution.Methods in org.apache.hc.client5.http.protocol with parameters of type AuthCache Modifier and Type Method Description voidHttpClientContext.Delegate. setAuthCache(AuthCache authCache)voidHttpClientContext. setAuthCache(AuthCache authCache)
-