Also: HttpClient
package

org.apache.http.impl.cookie

Default implementations for interfaces in org.apache.http.cookie.

Classes

AbstractCookieAttributeHandler  
AbstractCookieSpec Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers. 
BasicClientCookie Default implementation of SetCookie
BasicClientCookie2 Default implementation of SetCookie2
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 CookieSpecFactory implementation that creates and initializes BestMatchSpec instances. 
BrowserCompatSpec Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox. 
BrowserCompatSpecFactory CookieSpecFactory implementation that creates and initializes BrowserCompatSpec instances. 
CookieSpecBase Cookie management functions shared by all specification. 
DateUtils A utility class for parsing and formatting HTTP dates as used in cookies and other headers. 
IgnoreSpec CookieSpec that ignores all cookies 
IgnoreSpecFactory CookieSpecFactory implementation that ignores all cookies. 
NetscapeDomainHandler  
NetscapeDraftHeaderParser  
NetscapeDraftSpec This CookieSpec implementation conforms to the original draft specification published by Netscape Communications. 
NetscapeDraftSpecFactory CookieSpecFactory implementation that creates and initializes NetscapeDraftSpec instances. 
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 compliant CookieSpec implementation. 
RFC2109SpecFactory CookieSpecFactory implementation that creates and initializes RFC2109Spec instances. 
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 compliant CookieSpec implementation. 
RFC2965SpecFactory CookieSpecFactory implementation that creates and initializes RFC2965Spec instances. 
RFC2965VersionAttributeHandler "Version" cookie attribute handler for RFC 2965 cookie spec. 

Exceptions

DateParseException An exception to indicate an error parsing a date string.