| AbstractCookieAttributeHandler |
|
| AbstractCookieSpec |
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers.
|
| BasicDomainHandler |
Cookie domain attribute handler.
|
| BasicHttpOnlyHandler |
Cookie HttpOnly attribute handler.
|
| BasicMaxAgeHandler |
Cookie max-age attribute handler.
|
| BasicPathHandler |
Cookie path attribute handler.
|
| BasicSecureHandler |
Cookie secure attribute handler.
|
| CookieSpecBase |
Cookie management functions shared by all specification.
|
| IgnoreSpecSpec |
CookieSpec that ignores all cookies
|
| LaxExpiresHandler |
Cookie expires attribute handler conformant to the more relaxed interpretation
of HTTP state management.
|
| LaxMaxAgeHandler |
Cookie max-age attribute handler conformant to the more relaxed interpretation
of HTTP state management.
|
| RFC6265CookieSpec |
Cookie management functions shared by RFC 6265 compliant specification.
|
| RFC6265CookieSpecBase |
|
| RFC6265CookieSpecFactory.CompatibilityLevel |
|