| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CookieSpecProviders.
@Deprecated public interface CookieSpecPNames
Parameter names for HTTP cookie management classes.
| Field Summary | |
|---|---|
| static String | DATE_PATTERNSDeprecated. Defines valid date patterns to be used for parsing non-standard expiresattribute. | 
| static String | SINGLE_COOKIE_HEADERDeprecated. Defines whether cookies should be forced into a single Cookierequest header. | 
| Field Detail | 
|---|
static final String DATE_PATTERNS
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 Collection.
 The collection elements must be of type String compatible
 with the syntax of SimpleDateFormat.
 
static final String SINGLE_COOKIE_HEADER
Cookie request header. Otherwise, each cookie is formatted
 as a separate Cookie header.
 
 This parameter expects a value of type Boolean.
 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||