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
CookieAttributeHandler s. |
BasicClientCookie |
Default implementation of
SetCookie . |
BasicDomainHandler |
Cookie
domain attribute handler. |
BasicExpiresHandler |
Cookie
expires 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.
|
IgnoreCookieSpecFactory |
CookieSpecFactory implementation that ignores all cookies. |
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. |
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 6265 compliant specification.
|
RFC6265CookieSpecFactory |
CookieSpecFactory 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 |
---|---|
RFC6265CookieSpecFactory.CompatibilityLevel |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.