public final class CookieSpecs extends Object
| Modifier and Type | Field and Description |
|---|---|
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)
|
| Constructor and Description |
|---|
CookieSpecs() |
public static final String DEFAULT
public static final String NETSCAPE
public static final String STANDARD
public static final String STANDARD_STRICT
public static final String IGNORE_COOKIES
Copyright © 2022. All rights reserved.