|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.cookie.params.CookieSpecParams
public final class CookieSpecParams
This class implements an adaptor around the HttpParams
interface
to simplify manipulation of cookie management specific parameters.
Field Summary | |
---|---|
static java.lang.String |
DATE_PATTERNS
The key used to look up the date patterns used for parsing. |
static java.lang.String |
SINGLE_COOKIE_HEADER
Defines whether cookies should be put on
a single request header . |
Constructor Summary | |
---|---|
CookieSpecParams()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DATE_PATTERNS
Collection
and must be compatible with
SimpleDateFormat
.
This parameter expects a value of type Collection
.
public static final java.lang.String SINGLE_COOKIE_HEADER
cookies
should be put on
a single request header
.
This parameter expects a value of type Boolean
.
Constructor Detail |
---|
public CookieSpecParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |