Package org.apache.http.impl.cookie
Default implementations of standard and common HTTP state
 management policies.
- 
Class Summary Class Description AbstractCookieAttributeHandler AbstractCookieSpec Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.BasicClientCookie Default implementation ofSetCookie.BasicClientCookie2 Default implementation ofSetCookie2.BasicCommentHandler BasicDomainHandler BasicExpiresHandler BasicMaxAgeHandler BasicPathHandler BasicSecureHandler BestMatchSpec Deprecated. (4.4) useDefaultCookieSpec.BestMatchSpecFactory Deprecated. (4.4) useDefaultCookieSpecProvider.BrowserCompatSpec Deprecated. (4.4) useDefaultCookieSpec.BrowserCompatSpecFactory Deprecated. (4.4) useDefaultCookieSpecProvider.BrowserCompatVersionAttributeHandler Deprecated. (4.4) no longer used.CookieSpecBase Cookie management functions shared by all specification.DateUtils Deprecated. (4.3) UseDateUtils.DefaultCookieSpec Default cookie specification that picks up the best matching cookie policy based on the format of cookies sent with the HTTP response.DefaultCookieSpecProvider CookieSpecProviderimplementation that provides an instance ofDefaultCookieSpec.IgnoreSpec CookieSpec that ignores all cookiesIgnoreSpecFactory Deprecated. (4.4) UseIgnoreSpecProvider.IgnoreSpecProvider CookieSpecProviderimplementation that ignores all cookies.LaxExpiresHandler LaxMaxAgeHandler NetscapeDomainHandler NetscapeDraftHeaderParser NetscapeDraftSpec ThisCookieSpecimplementation conforms to the original draft specification published by Netscape Communications.NetscapeDraftSpecFactory Deprecated. (4.4) UseNetscapeDraftSpecProvider.NetscapeDraftSpecProvider CookieSpecProviderimplementation that provides an instance ofNetscapeDraftSpec.PublicSuffixDomainFilter Wraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.PublicSuffixFilter Deprecated. (4.4) usePublicSuffixDomainFilterPublicSuffixListParser Deprecated. (4.4) usePublicSuffixListParser.RFC2109DomainHandler RFC2109Spec RFC 2109 compliantCookieSpecimplementation.RFC2109SpecFactory Deprecated. (4.4) UseRFC2109SpecProvider.RFC2109SpecProvider CookieSpecProviderimplementation that provides an instance ofRFC2109Spec.RFC2109VersionHandler RFC2965CommentUrlAttributeHandler "CommentURL"cookie attribute handler for RFC 2965 cookie spec.RFC2965DiscardAttributeHandler "Discard"cookie attribute handler for RFC 2965 cookie spec.RFC2965DomainAttributeHandler "Domain"cookie attribute handler for RFC 2965 cookie spec.RFC2965PortAttributeHandler "Port"cookie attribute handler for RFC 2965 cookie spec.RFC2965Spec RFC 2965 compliantCookieSpecimplementation.RFC2965SpecFactory Deprecated. (4.4) UseRFC2965SpecProvider.RFC2965SpecProvider CookieSpecProviderimplementation that provides an instance ofRFC2965Spec.RFC2965VersionAttributeHandler "Version"cookie attribute handler for RFC 2965 cookie spec.RFC6265CookieSpec Cookie management functions shared by RFC C6265 compliant specification.RFC6265CookieSpecProvider CookieSpecProviderimplementation that provides an instance of RFC 6265 conformant cookie policy.RFC6265LaxSpec 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).RFC6265StrictSpec StandardCookieSpecimplementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4). - 
Enum Summary Enum Description BrowserCompatSpecFactory.SecurityLevel DefaultCookieSpecProvider.CompatibilityLevel RFC6265CookieSpecProvider.CompatibilityLevel  - 
Exception Summary Exception Description DateParseException Deprecated. (4.3) no longer used.