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. | 
| BasicDomainHandler | Cookie  domainattribute handler. | 
| BasicExpiresHandler | Cookie  expiresattribute handler. | 
| BasicMaxAgeHandler | Cookie  max-ageattribute handler. | 
| BasicPathHandler | Cookie  pathattribute handler. | 
| BasicSecureHandler | Cookie  secureattribute handler. | 
| CookieSpecBase | Cookie management functions shared by all specification. | 
| IgnoreCookieSpecFactory | CookieSpecFactoryimplementation that ignores all cookies. | 
| IgnoreSpecSpec | CookieSpec that ignores all cookies | 
| LaxExpiresHandler | Cookie  expiresattribute handler conformant to the more relaxed interpretation
 of HTTP state management. | 
| LaxMaxAgeHandler | Cookie  max-ageattribute handler conformant to the more relaxed interpretation
 of HTTP state management. | 
| PublicSuffixDomainFilter | Wraps a  CookieAttributeHandlerand leverages
 its match method to never match a suffix from a black list. | 
| RFC6265CookieSpec | Cookie management functions shared by RFC C6265 compliant specification. | 
| RFC6265CookieSpecFactory | CookieSpecFactoryimplementation that provides an instance of
 RFC 6265 conformant cookie policy. | 
| RFC6265LaxSpec | Standard  CookieSpecimplementation 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  CookieSpecimplementation
 that enforces syntax and semantics of the well-behaved profile of the HTTP
 state management specification (RFC 6265, section 4). | 
| Enum | Description | 
|---|---|
| RFC6265CookieSpecFactory.CompatibilityLevel | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.