Uses of Class
org.apache.http.cookie.CookieSpecRegistry
-
Packages that use CookieSpecRegistry Package Description 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 Modifier and Type Method Description void
ClientContextConfigurer. setCookieSpecRegistry(CookieSpecRegistry registry)
Deprecated. -
Uses of CookieSpecRegistry in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as CookieSpecRegistry Modifier and Type Field Description private CookieSpecRegistry
AbstractHttpClient. supportedCookieSpecs
Deprecated.Methods in org.apache.http.impl.client that return CookieSpecRegistry Modifier and Type Method Description protected CookieSpecRegistry
AbstractHttpClient. createCookieSpecRegistry()
Deprecated.CookieSpecRegistry
AbstractHttpClient. getCookieSpecs()
Deprecated.Methods in org.apache.http.impl.client with parameters of type CookieSpecRegistry Modifier and Type Method Description void
AbstractHttpClient. setCookieSpecs(CookieSpecRegistry registry)
Deprecated.
-