Uses of Interface
org.apache.http.cookie.CookieSpec
| 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 CookieSpec in org.apache.http.cookie
Methods in org.apache.http.cookie that return CookieSpec Modifier and Type Method Description CookieSpecCookieSpecRegistry. getCookieSpec(String name)Gets thecookie specificationwith the given name.CookieSpecCookieSpecRegistry. getCookieSpec(String name, HttpParams params)Gets thecookie specificationwith the given ID.CookieSpecCookieSpecFactory. newInstance(HttpParams params) -
Uses of CookieSpec in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieSpec Modifier and Type Class Description classAbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.classBestMatchSpec'Meta' cookie specification that selects a cookie policy depending on the format of the cookie(s)classBrowserCompatSpecCookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.classCookieSpecBaseCookie management functions shared by all specification.classNetscapeDraftSpecNetscape cookie draft compliant cookie policyclassRFC2109SpecRFC 2109 compliant cookie policyclassRFC2965SpecRFC 2965 specific cookie management functions.Methods in org.apache.http.impl.cookie that return CookieSpec Modifier and Type Method Description CookieSpecBestMatchSpecFactory. newInstance(HttpParams params)CookieSpecBrowserCompatSpecFactory. newInstance(HttpParams params)CookieSpecNetscapeDraftSpecFactory. newInstance(HttpParams params)CookieSpecRFC2109SpecFactory. newInstance(HttpParams params)CookieSpecRFC2965SpecFactory. newInstance(HttpParams params)