Package org.apache.http.impl.cookie

Default implementations of standard and common HTTP state management policies.

See:
          Description

Class Summary
AbstractCookieAttributeHandlerHC4  
AbstractCookieSpecHC4 Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
BasicClientCookie2HC4 Default implementation of SetCookie2.
BasicClientCookieHC4 Default implementation of SetCookie.
BasicCommentHandlerHC4  
BasicDomainHandlerHC4  
BasicExpiresHandlerHC4  
BasicMaxAgeHandlerHC4  
BasicPathHandlerHC4  
BasicSecureHandlerHC4  
BestMatchSpecFactoryHC4 CookieSpecProvider implementation that creates and initializes BestMatchSpec instances.
BestMatchSpecHC4 'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.
BrowserCompatSpecFactoryHC4 CookieSpecProvider implementation that creates and initializes BrowserCompatSpec instances.
BrowserCompatSpecHC4 Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatVersionAttributeHandler "Version" cookie attribute handler for BrowserCompat cookie spec.
CookieSpecBaseHC4 Cookie management functions shared by all specification.
IgnoreSpec CookieSpec that ignores all cookies
IgnoreSpecFactory CookieSpecProvider implementation that ignores all cookies.
NetscapeDomainHandlerHC4  
NetscapeDraftHeaderParserHC4  
NetscapeDraftSpecFactoryHC4 CookieSpecProvider implementation that creates and initializes NetscapeDraftSpec instances.
NetscapeDraftSpecHC4 This CookieSpec implementation conforms to the original draft specification published by Netscape Communications.
PublicSuffixFilterHC4 Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.
PublicSuffixListParserHC4 Parses the list from publicsuffix.org and configures a PublicSuffixFilterHC4.
RFC2109DomainHandlerHC4  
RFC2109SpecFactoryHC4 CookieSpecProvider implementation that creates and initializes RFC2109Spec instances.
RFC2109SpecHC4 RFC 2109 compliant CookieSpec implementation.
RFC2109VersionHandlerHC4  
RFC2965CommentUrlAttributeHandlerHC4 "CommentURL" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DiscardAttributeHandlerHC4 "Discard" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DomainAttributeHandlerHC4 "Domain" cookie attribute handler for RFC 2965 cookie spec.
RFC2965PortAttributeHandlerHC4 "Port" cookie attribute handler for RFC 2965 cookie spec.
RFC2965SpecFactoryHC4 CookieSpecProvider implementation that creates and initializes RFC2965Spec instances.
RFC2965SpecHC4 RFC 2965 compliant CookieSpec implementation.
RFC2965VersionAttributeHandlerHC4 "Version" cookie attribute handler for RFC 2965 cookie spec.
 

Enum Summary
BrowserCompatSpecFactoryHC4.SecurityLevel  
 

Package org.apache.http.impl.cookie Description

Default implementations of standard and common HTTP state management policies.