Uses of Interface
org.apache.http.client.AuthCache
Packages that use AuthCache
Package
Description
Client specific HTTP protocol handlers.
Default HTTP client implementation.
-
Uses of AuthCache in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return AuthCacheMethods in org.apache.http.client.protocol with parameters of type AuthCacheModifier and TypeMethodDescriptionprivate void
ResponseAuthCache.cache
(AuthCache authCache, org.apache.http.HttpHost host, AuthScheme authScheme) Deprecated.void
HttpClientContext.setAuthCache
(AuthCache authCache) private void
ResponseAuthCache.uncache
(AuthCache authCache, org.apache.http.HttpHost host, AuthScheme authScheme) Deprecated. -
Uses of AuthCache in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement AuthCache