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 . |
BasicClientCookie2 |
Default implementation of
SetCookie2 . |
BasicCommentHandler | |
BasicDomainHandler | |
BasicExpiresHandler | |
BasicMaxAgeHandler | |
BasicPathHandler | |
BasicSecureHandler | |
BestMatchSpec |
'Meta' cookie specification that picks up a cookie policy based on
the format of cookies sent with the HTTP response.
|
BestMatchSpecFactory |
CookieSpecProvider implementation that creates and initializes
BestMatchSpec instances. |
BrowserCompatSpec |
Cookie specification that strives to closely mimic (mis)behavior of
common web browser applications such as Microsoft Internet Explorer
and Mozilla FireFox.
|
BrowserCompatSpecFactory |
CookieSpecProvider implementation that creates and initializes
BrowserCompatSpec instances. |
BrowserCompatVersionAttributeHandler |
"Version" cookie attribute handler for BrowserCompat cookie spec.
|
CookieSpecBase |
Cookie management functions shared by all specification.
|
DateUtils | Deprecated
(4.3) Use
DateUtils . |
IgnoreSpec |
CookieSpec that ignores all cookies
|
IgnoreSpecFactory |
CookieSpecProvider implementation that ignores all cookies. |
NetscapeDomainHandler | |
NetscapeDraftHeaderParser | |
NetscapeDraftSpec |
This
CookieSpec implementation conforms to
the original draft specification published by Netscape Communications. |
NetscapeDraftSpecFactory |
CookieSpecProvider implementation that creates and initializes
NetscapeDraftSpec instances. |
PublicSuffixFilter |
Wraps a CookieAttributeHandler and leverages its match method
to never match a suffix from a black list.
|
PublicSuffixListParser |
Parses the list from publicsuffix.org
and configures a PublicSuffixFilter.
|
RFC2109DomainHandler | |
RFC2109Spec |
RFC 2109 compliant
CookieSpec implementation. |
RFC2109SpecFactory |
CookieSpecProvider implementation that creates and initializes
RFC2109Spec instances. |
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 |
CookieSpecProvider implementation that creates and initializes
RFC2965Spec instances. |
RFC2965VersionAttributeHandler |
"Version" cookie attribute handler for RFC 2965 cookie spec.
|
Enum | Description |
---|---|
BrowserCompatSpecFactory.SecurityLevel |
Exception | Description |
---|---|
DateParseException |
An exception to indicate an error parsing a date string.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.