Uses of Interface
org.apache.http.client.AuthCache

Packages that use AuthCache
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of AuthCache in org.apache.http.client.protocol
 

Methods in org.apache.http.client.protocol that return AuthCache
 AuthCache HttpClientContext.getAuthCache()
           
 

Methods in org.apache.http.client.protocol with parameters of type AuthCache
 void HttpClientContext.setAuthCache(AuthCache authCache)
           
 

Uses of AuthCache in org.apache.http.impl.client
 

Classes in org.apache.http.impl.client that implement AuthCache
 class BasicAuthCache
          Default implementation of AuthCache.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.