| Package | Description |
|---|---|
| org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicCommentHandler |
|
class |
BasicDomainHandler |
|
class |
BasicExpiresHandler |
|
class |
BasicMaxAgeHandler |
|
class |
BasicPathHandler |
|
class |
BasicSecureHandler |
|
class |
BrowserCompatVersionAttributeHandler |
Deprecated.
(4.4) no longer used.
|
class |
LaxExpiresHandler |
|
class |
LaxMaxAgeHandler |
|
class |
NetscapeDomainHandler |
|
class |
PublicSuffixDomainFilter |
Wraps a
CookieAttributeHandler and leverages its match method
to never match a suffix from a black list. |
class |
RFC2109DomainHandler |
|
class |
RFC2109VersionHandler |
|
class |
RFC2965CommentUrlAttributeHandler |
"CommentURL" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965DiscardAttributeHandler |
"Discard" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965DomainAttributeHandler |
"Domain" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965PortAttributeHandler |
"Port" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965VersionAttributeHandler |
"Version" cookie attribute handler for RFC 2965 cookie spec. |
| Modifier and Type | Method | Description |
|---|---|---|
static CommonCookieAttributeHandler |
PublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler,
PublicSuffixMatcher publicSuffixMatcher) |
| Modifier and Type | Method | Description |
|---|---|---|
static CommonCookieAttributeHandler |
PublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler,
PublicSuffixMatcher publicSuffixMatcher) |
| Constructor | Description |
|---|---|
AbstractCookieSpec(CommonCookieAttributeHandler... handlers) |
|
CookieSpecBase(CommonCookieAttributeHandler... handlers) |
|
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
PublicSuffixList suffixList) |
|
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
PublicSuffixMatcher publicSuffixMatcher) |
|
RFC2109Spec(boolean oneHeader,
CommonCookieAttributeHandler... handlers) |
|
RFC6265CookieSpec(CommonCookieAttributeHandler... handlers) |