|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.client.config.CookieSpecs
@Immutable public final class CookieSpecs
Standard cookie specifications supported by HttpClient.
| Field Summary | |
|---|---|
static java.lang.String |
BEST_MATCH
The default 'best match' policy. |
static java.lang.String |
BROWSER_COMPATIBILITY
The policy that provides high degree of compatibility with common cookie management of popular HTTP agents. |
static java.lang.String |
IGNORE_COOKIES
The policy that ignores cookies. |
static java.lang.String |
NETSCAPE
The Netscape cookie draft compliant policy. |
static java.lang.String |
STANDARD
The RFC 2965 compliant policy (standard). |
| 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 BROWSER_COMPATIBILITY
public static final java.lang.String NETSCAPE
public static final java.lang.String STANDARD
public static final java.lang.String BEST_MATCH
public static final java.lang.String IGNORE_COOKIES
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||