Uses of Class
org.apache.http.cookie.CookieSpecRegistry
Packages that use CookieSpecRegistry
Package
Description
Client specific HTTP protocol handlers.
Default HTTP client implementation.
-
Uses of CookieSpecRegistry in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol with parameters of type CookieSpecRegistryModifier and TypeMethodDescriptionvoidClientContextConfigurer.setCookieSpecRegistry(CookieSpecRegistry registry) Deprecated. -
Uses of CookieSpecRegistry in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as CookieSpecRegistryModifier and TypeFieldDescriptionprivate CookieSpecRegistryAbstractHttpClient.supportedCookieSpecsDeprecated.Methods in org.apache.http.impl.client that return CookieSpecRegistryModifier and TypeMethodDescriptionprotected CookieSpecRegistryAbstractHttpClient.createCookieSpecRegistry()Deprecated.final CookieSpecRegistryAbstractHttpClient.getCookieSpecs()Deprecated.Methods in org.apache.http.impl.client with parameters of type CookieSpecRegistryModifier and TypeMethodDescriptionvoidAbstractHttpClient.setCookieSpecs(CookieSpecRegistry registry) Deprecated.