Uses of Interface
org.apache.http.cookie.CookieSpecFactory
Packages that use CookieSpecFactory
Package
Description
Client HTTP state management APIs.
Default implementations of standard and common HTTP state
management policies.
-
Uses of CookieSpecFactory in org.apache.http.cookie
Methods in org.apache.http.cookie with parameters of type CookieSpecFactoryModifier and TypeMethodDescriptionvoid
CookieSpecRegistry.register
(String name, CookieSpecFactory factory) Deprecated.Registers aCookieSpecFactory
with the given identifier.Method parameters in org.apache.http.cookie with type arguments of type CookieSpecFactoryModifier and TypeMethodDescriptionvoid
CookieSpecRegistry.setItems
(Map<String, CookieSpecFactory> map) Deprecated.Populates the internal collection of registeredcookie specs
with the content of the map passed as a parameter. -
Uses of CookieSpecFactory in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieSpecFactoryModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.(4.4) useDefaultCookieSpecProvider
.class
Deprecated.(4.4) UseIgnoreSpecProvider
.class
Deprecated.(4.4) UseNetscapeDraftSpecProvider
.class
Deprecated.(4.4) UseRFC2109SpecProvider
.class
Deprecated.(4.4) UseRFC2965SpecProvider
.
DefaultCookieSpecProvider
.