Package org.apache.http.impl.cookie

Class Summary
AbstractCookieAttributeHandler  
AbstractCookieSpec Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
BasicClientCookie HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
BasicClientCookie2 HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session as specified by RFC2965.
BasicCommentHandler  
BasicDomainHandler  
BasicExpiresHandler  
BasicMaxAgeHandler  
BasicPathHandler  
BasicSecureHandler  
BestMatchSpec 'Meta' cookie specification that selects a cookie policy depending on the format of the cookie(s)
BestMatchSpecFactory  
BrowserCompatSpec Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatSpecFactory  
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.
NetscapeDomainHandler  
NetscapeDraftHeaderParser  
NetscapeDraftSpec Netscape cookie draft compliant cookie policy
NetscapeDraftSpecFactory  
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 cookie policy
RFC2109SpecFactory  
RFC2109VersionHandler  
RFC2965CommentUrlAttributeHandler "CommantURL" 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 specific cookie management functions.
RFC2965SpecFactory  
RFC2965VersionAttributeHandler "Version" cookie attribute handler for RFC 2965 cookie spec.
 

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



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.