Uses of Interface
org.apache.http.cookie.CookieSpec
Packages that use CookieSpec
Package
Description
Client specific HTTP protocol handlers.
Client HTTP state management APIs.
Default implementations of standard and common HTTP state
management policies.
-
Uses of CookieSpec in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return CookieSpecMethods in org.apache.http.client.protocol with parameters of type CookieSpecModifier and TypeMethodDescriptionprivate void
ResponseProcessCookies.processCookies
(org.apache.http.HeaderIterator iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore) -
Uses of CookieSpec in org.apache.http.cookie
Methods in org.apache.http.cookie that return CookieSpecModifier and TypeMethodDescriptionCookieSpecProvider.create
(org.apache.http.protocol.HttpContext context) Creates an instance ofCookieSpec
.CookieSpecRegistry.getCookieSpec
(String name) Deprecated.Gets thecookie specification
with the given name.CookieSpecRegistry.getCookieSpec
(String name, org.apache.http.params.HttpParams params) Deprecated.Gets thecookie specification
with the given ID.CookieSpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.Creates an instance ofCookieSpec
using given HTTP parameters. -
Uses of CookieSpec in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieSpecModifier and TypeClassDescriptionclass
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandler
s.class
Deprecated.class
Deprecated.(4.4) useDefaultCookieSpec
.class
Cookie management functions shared by all specification.class
Default cookie specification that picks up the best matching cookie policy based on the format of cookies sent with the HTTP response.class
CookieSpec that ignores all cookiesclass
ThisCookieSpec
implementation conforms to the original draft specification published by Netscape Communications.class
RFC 2109 compliantCookieSpec
implementation.class
RFC 2965 compliantCookieSpec
implementation.class
Cookie management functions shared by RFC C6265 compliant specification.(package private) class
class
StandardCookieSpec
implementation that enforces a more relaxed interpretation of the HTTP state management specification (RFC 6265, section 5) for interoperability with existing servers that do not conform to the well behaved profile (RFC 6265, section 4).class
StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).Fields in org.apache.http.impl.cookie declared as CookieSpecModifier and TypeFieldDescriptionprivate final CookieSpec
BestMatchSpecFactory.cookieSpec
Deprecated.private final CookieSpec
BrowserCompatSpecFactory.cookieSpec
Deprecated.private CookieSpec
DefaultCookieSpecProvider.cookieSpec
private CookieSpec
IgnoreSpecProvider.cookieSpec
private final CookieSpec
NetscapeDraftSpecFactory.cookieSpec
Deprecated.private CookieSpec
NetscapeDraftSpecProvider.cookieSpec
private final CookieSpec
RFC2109SpecFactory.cookieSpec
Deprecated.private CookieSpec
RFC2109SpecProvider.cookieSpec
private final CookieSpec
RFC2965SpecFactory.cookieSpec
Deprecated.private CookieSpec
RFC2965SpecProvider.cookieSpec
private CookieSpec
RFC6265CookieSpecProvider.cookieSpec
Methods in org.apache.http.impl.cookie that return CookieSpecModifier and TypeMethodDescriptionBestMatchSpecFactory.create
(org.apache.http.protocol.HttpContext context) Deprecated.BrowserCompatSpecFactory.create
(org.apache.http.protocol.HttpContext context) Deprecated.DefaultCookieSpecProvider.create
(org.apache.http.protocol.HttpContext context) IgnoreSpecFactory.create
(org.apache.http.protocol.HttpContext context) Deprecated.IgnoreSpecProvider.create
(org.apache.http.protocol.HttpContext context) NetscapeDraftSpecFactory.create
(org.apache.http.protocol.HttpContext context) Deprecated.NetscapeDraftSpecProvider.create
(org.apache.http.protocol.HttpContext context) RFC2109SpecFactory.create
(org.apache.http.protocol.HttpContext context) Deprecated.RFC2109SpecProvider.create
(org.apache.http.protocol.HttpContext context) RFC2965SpecFactory.create
(org.apache.http.protocol.HttpContext context) Deprecated.RFC2965SpecProvider.create
(org.apache.http.protocol.HttpContext context) RFC6265CookieSpecProvider.create
(org.apache.http.protocol.HttpContext context) BestMatchSpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.BrowserCompatSpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.IgnoreSpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.NetscapeDraftSpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.RFC2109SpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.RFC2965SpecFactory.newInstance
(org.apache.http.params.HttpParams params) Deprecated.
DefaultCookieSpec
.