public static enum RFC6265CookieSpecFactory.CompatibilityLevel extends Enum<RFC6265CookieSpecFactory.CompatibilityLevel>
| Enum Constant and Description | 
|---|
| IE_MEDIUM_SECURITY | 
| RELAXED | 
| STRICT | 
| Modifier and Type | Method and Description | 
|---|---|
| static RFC6265CookieSpecFactory.CompatibilityLevel | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RFC6265CookieSpecFactory.CompatibilityLevel[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RFC6265CookieSpecFactory.CompatibilityLevel STRICT
public static final RFC6265CookieSpecFactory.CompatibilityLevel RELAXED
public static final RFC6265CookieSpecFactory.CompatibilityLevel IE_MEDIUM_SECURITY
public static RFC6265CookieSpecFactory.CompatibilityLevel[] values()
for (RFC6265CookieSpecFactory.CompatibilityLevel c : RFC6265CookieSpecFactory.CompatibilityLevel.values()) System.out.println(c);
public static RFC6265CookieSpecFactory.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–2021 The Apache Software Foundation. All rights reserved.