See: Description
| Class | Description | 
|---|---|
| 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 | Deprecated
 (4.4) use  
DefaultCookieSpec. | 
| BestMatchSpecFactory | Deprecated
 (4.4) use  
DefaultCookieSpecProvider. | 
| BrowserCompatSpec | Deprecated
 (4.4) use  
DefaultCookieSpec. | 
| BrowserCompatSpecFactory | Deprecated
 (4.4) use  
DefaultCookieSpecProvider. | 
| BrowserCompatVersionAttributeHandler | Deprecated
 (4.4) no longer used. 
 | 
| CookieSpecBase | 
 Cookie management functions shared by all specification. 
 | 
| DateUtils | Deprecated
 (4.3) Use  
DateUtils. | 
| DefaultCookieSpec | 
 Default cookie specification that picks up the best matching cookie policy based on
 the format of cookies sent with the HTTP response. 
 | 
| DefaultCookieSpecProvider | 
CookieSpecProvider implementation that provides an instance of
 DefaultCookieSpec. | 
| IgnoreSpec | 
 CookieSpec that ignores all cookies 
 | 
| IgnoreSpecFactory | Deprecated
 (4.4) Use  
IgnoreSpecProvider. | 
| IgnoreSpecProvider | 
CookieSpecProvider implementation that ignores all cookies. | 
| LaxExpiresHandler | |
| LaxMaxAgeHandler | |
| NetscapeDomainHandler | |
| NetscapeDraftHeaderParser | |
| NetscapeDraftSpec | 
 This  
CookieSpec implementation conforms to
 the original draft specification published by Netscape Communications. | 
| NetscapeDraftSpecFactory | Deprecated
 (4.4) Use  
NetscapeDraftSpecProvider. | 
| NetscapeDraftSpecProvider | 
CookieSpecProvider implementation that provides an instance of
 NetscapeDraftSpec. | 
| PublicSuffixDomainFilter | 
 Wraps a  
CookieAttributeHandler and leverages its match method
 to never match a suffix from a black list. | 
| PublicSuffixFilter | Deprecated
 (4.4) use  
PublicSuffixDomainFilter | 
| PublicSuffixListParser | Deprecated
 (4.4) use  
PublicSuffixListParser. | 
| RFC2109DomainHandler | |
| RFC2109Spec | 
 RFC 2109 compliant  
CookieSpec implementation. | 
| RFC2109SpecFactory | Deprecated
 (4.4) Use  
RFC2109SpecProvider. | 
| RFC2109SpecProvider | 
CookieSpecProvider implementation that provides an instance of
 RFC2109Spec. | 
| 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 | Deprecated
 (4.4) Use  
RFC2965SpecProvider. | 
| RFC2965SpecProvider | 
CookieSpecProvider implementation that provides an instance of
 RFC2965Spec. | 
| RFC2965VersionAttributeHandler | 
"Version" cookie attribute handler for RFC 2965 cookie spec. | 
| RFC6265CookieSpec | 
 Cookie management functions shared by RFC C6265 compliant specification. 
 | 
| RFC6265CookieSpecProvider | 
CookieSpecProvider implementation that provides an instance of
 RFC 6265 conformant cookie policy. | 
| RFC6265LaxSpec | 
 Standard  
CookieSpec implementation that enforces a more relaxed
 interpretation of the HTTP state management specification (RFC 6265, section 5)
 for interoperability with existing servers that do not conform to the well behaved profile
 (RFC 6265, section 4). | 
| RFC6265StrictSpec | 
 Standard  
CookieSpec implementation that enforces syntax
 and semantics of the well-behaved profile of the HTTP state management specification
 (RFC 6265, section 4). | 
| Enum | Description | 
|---|---|
| BrowserCompatSpecFactory.SecurityLevel | |
| DefaultCookieSpecProvider.CompatibilityLevel | |
| RFC6265CookieSpecProvider.CompatibilityLevel | 
| Exception | Description | 
|---|---|
| DateParseException | Deprecated
 (4.3) no longer used. 
 | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.