Field Summary |
|
final public static String | BROWSER_COMPATIBILITY The policy that provides high degree of compatibilty
with common cookie management of popular HTTP agents. |
final public static int | COMPATIBILITY The COMPATIBILITY policy provides high compatibilty
with common cookie management of popular HTTP agents. |
final public static String | DEFAULT The default cookie policy. |
final public static String | IGNORE_COOKIES The policy that ignores cookies. |
final protected static Log | LOG Log object. |
final public static String | NETSCAPE The Netscape cookie draft compliant policy. |
final public static int | NETSCAPE_DRAFT The NETSCAPE_DRAFT Netscape draft compliant policy. |
final public static int | RFC2109 The RFC2109 RFC 2109 compliant policy. |
final public static int | RFC2965 The RFC2965 RFC 2965 compliant policy. |
final public static String | RFC_2109 The RFC 2109 compliant policy. |
final public static String | RFC_2965 The RFC 2965 compliant policy. |