Package org.apache.http.cookie.params
Interface CookieSpecPNames
- All Known Subinterfaces:
AllClientPNames
Deprecated.
Parameter names for HTTP cookie management classes.
- Since:
- 4.0
-
Field Details
-
DATE_PATTERNS
Deprecated.Defines valid date patterns to be used for parsing non-standardexpires
attribute. Only required for compatibility with non-compliant servers that still useexpires
defined in the Netscape draft instead of the standardmax-age
attribute.This parameter expects a value of type
Collection
. The collection elements must be of typeString
compatible with the syntax ofSimpleDateFormat
.- See Also:
-
SINGLE_COOKIE_HEADER
Deprecated.Defines whether cookies should be forced into a singleCookie
request header. Otherwise, each cookie is formatted as a separateCookie
header.This parameter expects a value of type
Boolean
.- See Also:
-
CookieSpecProvider
s.