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 voidClientContextConfigurer. setCookieSpecRegistry(CookieSpecRegistry registry)Deprecated. -
Uses of CookieSpecRegistry in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return CookieSpecRegistry Modifier and Type Method Description protected CookieSpecRegistryAbstractHttpClient. createCookieSpecRegistry()Deprecated.CookieSpecRegistryAbstractHttpClient. getCookieSpecs()Deprecated.Methods in org.apache.http.impl.client with parameters of type CookieSpecRegistry Modifier and Type Method Description voidAbstractHttpClient. setCookieSpecs(CookieSpecRegistry registry)Deprecated.
-