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
Fields in org.apache.http.cookie with type parameters of type CookieSpecFactoryModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String,CookieSpecFactory> CookieSpecRegistry.registeredSpecsDeprecated.Methods in org.apache.http.cookie with parameters of type CookieSpecFactoryModifier and TypeMethodDescriptionvoidCookieSpecRegistry.register(String name, CookieSpecFactory factory) Deprecated.Registers aCookieSpecFactorywith the given identifier.Method parameters in org.apache.http.cookie with type arguments of type CookieSpecFactoryModifier and TypeMethodDescriptionvoidCookieSpecRegistry.setItems(Map<String, CookieSpecFactory> map) Deprecated.Populates the internal collection of registeredcookie specswith 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 TypeClassDescriptionclassDeprecated.classDeprecated.(4.4) useDefaultCookieSpecProvider.classDeprecated.(4.4) UseIgnoreSpecProvider.classDeprecated.(4.4) UseNetscapeDraftSpecProvider.classDeprecated.(4.4) UseRFC2109SpecProvider.classDeprecated.(4.4) UseRFC2965SpecProvider.
DefaultCookieSpecProvider.