public static enum RFC6265CookieSpecProvider.CompatibilityLevel extends java.lang.Enum<RFC6265CookieSpecProvider.CompatibilityLevel>
| Enum Constant | Description |
|---|---|
IE_MEDIUM_SECURITY |
|
RELAXED |
|
STRICT |
| Modifier and Type | Method | Description |
|---|---|---|
static RFC6265CookieSpecProvider.CompatibilityLevel |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null