Uses of Interface
org.apache.http.client.AuthCache
-
Packages that use AuthCache Package Description org.apache.http.client.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of AuthCache in org.apache.http.client.fluent
Fields in org.apache.http.client.fluent declared as AuthCache Modifier and Type Field Description private AuthCache
Executor. authCache
-
Uses of AuthCache in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return AuthCache Modifier and Type Method Description AuthCache
HttpClientContext. getAuthCache()
Methods in org.apache.http.client.protocol with parameters of type AuthCache Modifier and Type Method Description private 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 Modifier and Type Class Description class
BasicAuthCache
Default implementation ofAuthCache
.
-