Package org.apache.http.cookie.params
Interface CookieSpecPNames
-
- All Known Subinterfaces:
AllClientPNames
@Deprecated public interface CookieSpecPNamesDeprecated.(4.3) use constructor parameters ofCookieSpecProviders.Parameter names for HTTP cookie management classes.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATE_PATTERNSDeprecated.Defines valid date patterns to be used for parsing non-standardexpiresattribute.static java.lang.StringSINGLE_COOKIE_HEADERDeprecated.Defines whether cookies should be forced into a singleCookierequest header.
-
-
-
Field Detail
-
DATE_PATTERNS
static final java.lang.String 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:
- Constant Field Values
-
SINGLE_COOKIE_HEADER
static final java.lang.String 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:
- Constant Field Values
-
-