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-standardexpiresattribute. Only required for compatibility with non-compliant servers that still useexpiresdefined in the Netscape draft instead of the standardmax-ageattribute.This parameter expects a value of type
Collection. The collection elements must be of typeStringcompatible with the syntax ofSimpleDateFormat.- See Also:
-
SINGLE_COOKIE_HEADER
Deprecated.Defines whether cookies should be forced into a singleCookierequest header. Otherwise, each cookie is formatted as a separateCookieheader.This parameter expects a value of type
Boolean.- See Also:
-
CookieSpecProviders.