Uses of Class
org.apache.http.cookie.CookieSpecRegistry

Packages that use CookieSpecRegistry
org.apache.http.client.protocol Client specific HTTP protocol handlers. 
org.apache.http.impl.client Default HTTP client implementation. 
 

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

Methods in org.apache.http.client.protocol with parameters of type CookieSpecRegistry
 void ClientContextConfigurer.setCookieSpecRegistry(CookieSpecRegistry registry)
          Deprecated.  
 

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

Methods in org.apache.http.impl.client that return CookieSpecRegistry
protected  CookieSpecRegistry AbstractHttpClient.createCookieSpecRegistry()
          Deprecated.  
 CookieSpecRegistry AbstractHttpClient.getCookieSpecs()
          Deprecated.  
 

Methods in org.apache.http.impl.client with parameters of type CookieSpecRegistry
 void AbstractHttpClient.setCookieSpecs(CookieSpecRegistry registry)
          Deprecated.  
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.