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 | |
| BasicExpiresHandler | |
| BasicMaxAgeHandler | |
| BasicPathHandler | |
| BasicSecureHandler | |
| CookieSpecBase |
Cookie management functions shared by all specification.
|
| IgnoreSpec |
CookieSpec that ignores all cookies
|
| IgnoreSpecProvider |
CookieSpecProvider implementation that ignores all cookies. |
| LaxExpiresHandler | |
| LaxMaxAgeHandler | |
| PublicSuffixDomainFilter |
Wraps a
CookieAttributeHandler and leverages its match method
to never match a suffix from a black list. |
| 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 |
|---|---|
| RFC6265CookieSpecProvider.CompatibilityLevel |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.