Package org.apache.http.impl.cookie
package org.apache.http.impl.cookie
Default implementations of standard and common HTTP state
management policies.
-
ClassDescriptionAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandler
s.Default implementation ofSetCookie
.Default implementation ofSetCookie2
.Deprecated.Deprecated.(4.4) useDefaultCookieSpecProvider
.Deprecated.(4.4) useDefaultCookieSpec
.Deprecated.(4.4) useDefaultCookieSpecProvider
.Deprecated.(4.4) no longer used.Cookie management functions shared by all specification.Deprecated.(4.3) no longer used.Deprecated.(4.3) UseDateUtils
.Default cookie specification that picks up the best matching cookie policy based on the format of cookies sent with the HTTP response.CookieSpecProvider
implementation that provides an instance ofDefaultCookieSpec
.CookieSpec that ignores all cookiesDeprecated.(4.4) UseIgnoreSpecProvider
.CookieSpecProvider
implementation that ignores all cookies.ThisCookieSpec
implementation conforms to the original draft specification published by Netscape Communications.Deprecated.(4.4) UseNetscapeDraftSpecProvider
.CookieSpecProvider
implementation that provides an instance ofNetscapeDraftSpec
.Wraps aCookieAttributeHandler
and leverages its match method to never match a suffix from a black list.Deprecated.(4.4) usePublicSuffixDomainFilter
Deprecated.(4.4) usePublicSuffixListParser
.RFC 2109 compliantCookieSpec
implementation.Deprecated.(4.4) UseRFC2109SpecProvider
.CookieSpecProvider
implementation that provides an instance ofRFC2109Spec
."CommentURL"
cookie attribute handler for RFC 2965 cookie spec."Discard"
cookie attribute handler for RFC 2965 cookie spec."Domain"
cookie attribute handler for RFC 2965 cookie spec."Port"
cookie attribute handler for RFC 2965 cookie spec.RFC 2965 compliantCookieSpec
implementation.Deprecated.(4.4) UseRFC2965SpecProvider
.CookieSpecProvider
implementation that provides an instance ofRFC2965Spec
."Version"
cookie attribute handler for RFC 2965 cookie spec.Cookie management functions shared by RFC C6265 compliant specification.CookieSpecProvider
implementation that provides an instance of RFC 6265 conformant cookie policy.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).StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).
DefaultCookieSpec
.