| org.apache.http.cookie.params.CookieSpecPNames |
Known Indirect Subclasses
|
Parameter names for HTTP cookie management classes.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DATE_PATTERNS | Defines valid date patterns to be used for parsing non-standard
expires attribute. |
|||||||||
| String | SINGLE_COOKIE_HEADER | Defines whether cookies should be forced into a single
Cookie request header. |
|||||||||
Defines valid date patterns to be used for parsing non-standard
expires attribute. Only required for compatibility
with non-compliant servers that still use expires
defined in the Netscape draft instead of the standard
max-age attribute.
This parameter expects a value of type java.util.Collection.
The collection elements must be of type String compatible
with the syntax of java.text.SimpleDateFormat.
Defines whether cookies should be forced into a single
Cookie request header. Otherwise, each cookie is formatted
as a separate Cookie header.
This parameter expects a value of type Boolean.