Org.Apache.Http.Impl.Cookie Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides default implementations of standard and common HTTP state-management policies.
Classes
| Name | Description |
|---|---|
| AbstractCookieAttributeHandler |
Provides default behavior for a handler that parses, validates, and matches one cookie attribute. |
| AbstractCookieSpec |
Base class for cookie specifications that dispatches registered attribute handlers. |
| BasicClientCookie |
Represents a mutable client-side HTTP cookie with standard attributes. |
| BasicClientCookie.InterfaceConsts |
Defines the standard attribute-name constants used by client cookies. |
| BasicClientCookie2 |
Extends a basic client cookie with RFC 2965 discard, port, and comment-URL attributes. |
| BasicCommentHandler |
Parses the comment attribute of a cookie. |
| BasicDomainHandler |
Parses, validates, and matches conventional cookie domain attributes. |
| BasicExpiresHandler |
Parses the Expires attribute into a cookie expiry date. |
| BasicMaxAgeHandler |
Parses the Max-Age attribute and derives a cookie expiry date. |
| BasicPathHandler |
Parses, validates, and matches cookie path attributes. |
| BasicSecureHandler |
Parses the Secure attribute of a cookie. |
| BestMatchSpec |
Selects a compatible cookie policy for parsing, matching, and formatting HTTP cookies. |
| BestMatchSpecFactory |
Creates the best-match cookie specification. |
| BrowserCompatSpec |
Implements browser-compatible parsing and formatting of Netscape-style cookies. |
| BrowserCompatSpecFactory |
Creates browser-compatible cookie specifications. |
| CookieSpecBase |
Supplies common parsing, validation, matching, and default-origin behavior for cookie specifications. |
| DateParseException |
Indicates that a cookie date string could not be parsed. |
| DateUtils |
Formats and parses HTTP cookie date values using the supported legacy patterns. |
| NetscapeDomainHandler |
Validates and matches domains according to the Netscape cookie draft. |
| NetscapeDraftHeaderParser |
Parses Netscape draft cookie header elements. |
| NetscapeDraftSpec |
Implements the original Netscape draft cookie specification. |
| NetscapeDraftSpecFactory |
Creates Netscape draft cookie specifications. |
| RFC2109DomainHandler |
Validates and matches domain attributes according to RFC 2109. |
| RFC2109Spec |
Implements RFC 2109 cookie parsing, validation, matching, and formatting. |
| RFC2109SpecFactory |
Creates RFC 2109 cookie specifications. |
| RFC2109VersionHandler |
Parses and validates the RFC 2109 Version attribute. |
| RFC2965CommentUrlAttributeHandler |
Parses the RFC 2965 CommentURL attribute. |
| RFC2965DiscardAttributeHandler |
Parses the RFC 2965 Discard attribute. |
| RFC2965DomainAttributeHandler |
Parses, validates, and matches RFC 2965 domain attributes. |
| RFC2965PortAttributeHandler |
Parses, validates, and matches RFC 2965 port attributes. |
| RFC2965Spec |
Implements RFC 2965 Set-Cookie2 parsing, validation, matching, and formatting. |
| RFC2965SpecFactory |
Creates RFC 2965 cookie specifications. |
| RFC2965VersionAttributeHandler |
Parses and validates the RFC 2965 Version attribute. |
Remarks
Android Open Source Project source
Portions of this page are derived from Apache HttpClient source code made available by the Apache Software Foundation under the Apache License, Version 2.0.