| org.apache.http.cookie.params.CookieSpecPNames |
Known Indirect Subclasses
|
Parameter names for cookie specifications in HttpCookie.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DATE_PATTERNS | Parameter for the date patterns used for parsing. | |||||||||
| String | SINGLE_COOKIE_HEADER | Parameter for Cookie header formatting. | |||||||||
Parameter for the date patterns used for parsing.
This parameter expects a value of type
Collection
.
The collection elements are of type
String
and must be compatible with the syntax of
SimpleDateFormat
.
Parameter for Cookie header formatting.
Defines whether
cookies
should be put on
a single
request header
.
If not, each cookie is formatted in a seperate Cookie header.
This parameter expects a value of type
Boolean
.