|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CookieSpecPNames
Parameter names for cookie specifications in HttpCookie.
Field Summary | |
---|---|
static java.lang.String |
DATE_PATTERNS
Parameter for the date patterns used for parsing. |
static java.lang.String |
SINGLE_COOKIE_HEADER
Parameter for Cookie header formatting. |
Field Detail |
---|
static final java.lang.String DATE_PATTERNS
This parameter expects a value of type Collection
.
The collection elements are of type String
and must be compatible with the syntax of
SimpleDateFormat
.
static final java.lang.String SINGLE_COOKIE_HEADER
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |