CookieSpecs
.@Deprecated public final class CookiePolicy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BEST_MATCH
Deprecated.
The default 'best match' policy.
|
static String |
BROWSER_COMPATIBILITY
Deprecated.
The policy that provides high degree of compatibilty
with common cookie management of popular HTTP agents.
|
static String |
IGNORE_COOKIES
Deprecated.
The policy that ignores cookies.
|
static String |
NETSCAPE
Deprecated.
The Netscape cookie draft compliant policy.
|
static String |
RFC_2109
Deprecated.
The RFC 2109 compliant policy.
|
static String |
RFC_2965
Deprecated.
The RFC 2965 compliant policy.
|
public static final String BROWSER_COMPATIBILITY
public static final String NETSCAPE
public static final String RFC_2109
public static final String RFC_2965
public static final String BEST_MATCH
public static final String IGNORE_COOKIES
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.