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 bests matching cookie policy based on
the format of cookies sent with the HTTP response.
|
| DefaultCookieSpecProvider |
CookieSpecProvider implementation that provides an instance of
BestMatchSpec. |
| IgnoreSpec |
CookieSpec that ignores all cookies
|
| IgnoreSpecFactory | Deprecated
(4.4) Use
IgnoreSpecProvider. |
| IgnoreSpecProvider |
CookieSpecProvider implementation that ignores all cookies. |
| 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. |
| Enum | Description |
|---|---|
| BrowserCompatSpecFactory.SecurityLevel | |
| DefaultCookieSpecProvider.CompatibilityLevel |
| Exception | Description |
|---|---|
| DateParseException | Deprecated
(4.3) no longer used.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.