|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.client.config.CookieSpecs
public final class CookieSpecs
Standard cookie specifications supported by HttpClient.
Field Summary | |
---|---|
static String |
BEST_MATCH
Deprecated. (4.4) use {link #DEFAULT}. |
static String |
BROWSER_COMPATIBILITY
Deprecated. (4.4) use {link #DEFAULT}. |
static String |
DEFAULT
The default policy. |
static String |
IGNORE_COOKIES
The policy that ignores cookies. |
static String |
NETSCAPE
The Netscape cookie draft compliant policy. |
static String |
STANDARD
The RFC 6265 compliant policy (interoprability profile). |
static String |
STANDARD_STRICT
The RFC 6265 compliant policy (strict profile). |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final String BROWSER_COMPATIBILITY
public static final String NETSCAPE
public static final String STANDARD
public static final String STANDARD_STRICT
@Deprecated public static final String BEST_MATCH
public static final String DEFAULT
public static final String IGNORE_COOKIES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |