public final class CookieSpecs extends Object
Modifier and Type | Field and Description |
---|---|
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).
|
@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
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.