@Contract(threading=IMMUTABLE) 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 |
STANDARD
The RFC 6265 compliant policy (interoprability profile).
|
static String |
STANDARD_STRICT
The RFC 6265 compliant policy (strict profile).
|
public static final String STANDARD
public static final String STANDARD_STRICT
public static final String DEFAULT
public static final String IGNORE_COOKIES
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.