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

Packages that use CookieStore
org.apache.http.client.fluent   
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 CookieStore in org.apache.http.client.fluent
 

Methods in org.apache.http.client.fluent with parameters of type CookieStore
 Executor Executor.cookieStore(CookieStore cookieStore)
           
 

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

Methods in org.apache.http.client.protocol with parameters of type CookieStore
 void ClientContextConfigurer.setCookieStore(CookieStore store)
           
 

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

Classes in org.apache.http.impl.client that implement CookieStore
 class BasicCookieStore
          Default implementation of CookieStore
 

Methods in org.apache.http.impl.client that return CookieStore
protected  CookieStore AbstractHttpClient.createCookieStore()
           
 CookieStore AbstractHttpClient.getCookieStore()
           
 

Methods in org.apache.http.impl.client with parameters of type CookieStore
 void AbstractHttpClient.setCookieStore(CookieStore cookieStore)
           
 



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