Uses of Interface
org.apache.http.client.protocol.ClientContext

Packages that use ClientContext
org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for the CachingHttpClient or for those clients wanting to get a little more behavioral information out of the cache module (for example, whether a particular response was a cache hit or not). 
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
 

Uses of ClientContext in org.apache.http.client.cache
 

Classes in org.apache.http.client.cache that implement ClientContext
 class HttpCacheContext
           
 

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

Classes in org.apache.http.client.protocol that implement ClientContext
 class ClientContextConfigurer
          Deprecated. (4.3) use HttpClientContext
 class HttpClientContext
          Implementation of HttpContext that provides convenience setters for user assignable attributes and getter for readable attributes.
 



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