Uses of Interface
org.apache.http.cookie.CookieSpecFactory
| Package | Description |
|---|---|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.cookie |
-
Uses of CookieSpecFactory in org.apache.http.cookie
Methods in org.apache.http.cookie with parameters of type CookieSpecFactory Modifier and Type Method Description voidCookieSpecRegistry. register(String name, CookieSpecFactory factory)Registers aCookieSpecFactorywith the given identifier.Method parameters in org.apache.http.cookie with type arguments of type CookieSpecFactory Modifier and Type Method Description voidCookieSpecRegistry. setItems(Map<String,CookieSpecFactory> map)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 CookieSpecFactory Modifier and Type Class Description classBestMatchSpecFactoryclassBrowserCompatSpecFactoryclassNetscapeDraftSpecFactoryclassRFC2109SpecFactoryclassRFC2965SpecFactory