public static enum HttpStateHandler.ClearType extends Enum<HttpStateHandler.ClearType>
Enum Constant and Description |
---|
ALL |
EXPECTATIONS |
LOG |
Modifier and Type | Method and Description |
---|---|
static HttpStateHandler.ClearType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStateHandler.ClearType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpStateHandler.ClearType LOG
public static final HttpStateHandler.ClearType EXPECTATIONS
public static final HttpStateHandler.ClearType ALL
public static HttpStateHandler.ClearType[] values()
for (HttpStateHandler.ClearType c : HttpStateHandler.ClearType.values()) System.out.println(c);
public static HttpStateHandler.ClearType 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 © 2018. All rights reserved.