Uses of Interface
org.apache.http.cookie.CookieSpecFactory
-
Packages that use CookieSpecFactory Package Description org.apache.http.cookie Client HTTP state management APIs.org.apache.http.impl.cookie 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 CookieSpecFactory Modifier and Type Method Description void
CookieSpecRegistry. register(java.lang.String name, CookieSpecFactory factory)
Deprecated.Registers aCookieSpecFactory
with the given identifier.Method parameters in org.apache.http.cookie with type arguments of type CookieSpecFactory Modifier and Type Method Description void
CookieSpecRegistry. setItems(java.util.Map<java.lang.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 CookieSpecFactory Modifier and Type Class Description class
BestMatchSpecFactory
Deprecated.(4.4) useDefaultCookieSpecProvider
.class
BrowserCompatSpecFactory
Deprecated.(4.4) useDefaultCookieSpecProvider
.class
IgnoreSpecFactory
Deprecated.(4.4) UseIgnoreSpecProvider
.class
NetscapeDraftSpecFactory
Deprecated.(4.4) UseNetscapeDraftSpecProvider
.class
RFC2109SpecFactory
Deprecated.(4.4) UseRFC2109SpecProvider
.class
RFC2965SpecFactory
Deprecated.(4.4) UseRFC2965SpecProvider
.
-