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 CookieSpec -
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.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).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
.