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.'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.CookieSpecProviderimplementation that creates and initializesBestMatchSpecinstances.Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.CookieSpecProviderimplementation that creates and initializesBrowserCompatSpecinstances."Version" cookie attribute handler for BrowserCompat cookie spec.Cookie management functions shared by all specification.An exception to indicate an error parsing a date string.CookieSpec that ignores all cookiesCookieSpecProviderimplementation that ignores all cookies.ThisCookieSpecimplementation conforms to the original draft specification published by Netscape Communications.CookieSpecProviderimplementation that creates and initializesNetscapeDraftSpecinstances.Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.Parses the list from publicsuffix.org and configures a PublicSuffixFilter.RFC 2109 compliantCookieSpecimplementation.CookieSpecProviderimplementation that creates and initializesRFC2109Specinstances."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.CookieSpecProviderimplementation that creates and initializesRFC2965Specinstances."Version" cookie attribute handler for RFC 2965 cookie spec.