java.lang.Object | ||
org.apache.http.client.params.CookiePolicy |
Value | ||||
---|---|---|---|---|
String | BEST_MATCH | The default 'best match' policy. | "best-match" | |
String | BROWSER_COMPATIBILITY | The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents. | "compatibility" | |
String | NETSCAPE | The Netscape cookie draft compliant policy. | "netscape" | |
String | RFC_2109 | The RFC 2109 compliant policy. | "rfc2109" | |
String | RFC_2965 | The RFC 2965 compliant policy. | "rfc2965" |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |