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