public static enum RFC6265CookieSpecProvider.CompatibilityLevel extends Enum<RFC6265CookieSpecProvider.CompatibilityLevel>
Enum Constant and Description |
---|
IE_MEDIUM_SECURITY |
RELAXED |
STRICT |
Modifier and Type | Method and Description |
---|---|
static RFC6265CookieSpecProvider.CompatibilityLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RFC6265CookieSpecProvider.CompatibilityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFC6265CookieSpecProvider.CompatibilityLevel STRICT
public static final RFC6265CookieSpecProvider.CompatibilityLevel RELAXED
public static final RFC6265CookieSpecProvider.CompatibilityLevel IE_MEDIUM_SECURITY
public static RFC6265CookieSpecProvider.CompatibilityLevel[] values()
for (RFC6265CookieSpecProvider.CompatibilityLevel c : RFC6265CookieSpecProvider.CompatibilityLevel.values()) System.out.println(c);
public static RFC6265CookieSpecProvider.CompatibilityLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.