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
CookieAttributeHandlers.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.CookieSpecProviderimplementation that provides an instance ofDefaultCookieSpec.CookieSpec that ignores all cookiesDeprecated.(4.4) UseIgnoreSpecProvider.CookieSpecProviderimplementation that ignores all cookies.ThisCookieSpecimplementation conforms to the original draft specification published by Netscape Communications.Deprecated.(4.4) UseNetscapeDraftSpecProvider.CookieSpecProviderimplementation that provides an instance ofNetscapeDraftSpec.Wraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.Deprecated.(4.4) usePublicSuffixDomainFilterDeprecated.(4.4) usePublicSuffixListParser.RFC 2109 compliantCookieSpecimplementation.Deprecated.(4.4) UseRFC2109SpecProvider.CookieSpecProviderimplementation 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 compliantCookieSpecimplementation.Deprecated.(4.4) UseRFC2965SpecProvider.CookieSpecProviderimplementation that provides an instance ofRFC2965Spec."Version"cookie attribute handler for RFC 2965 cookie spec.Cookie management functions shared by RFC C6265 compliant specification.CookieSpecProviderimplementation that provides an instance of RFC 6265 conformant cookie policy.StandardCookieSpecimplementation 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).StandardCookieSpecimplementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).
DefaultCookieSpec.