public static enum HttpGenerator.State extends Enum<HttpGenerator.State>
Enum Constant and Description |
---|
COMMITTED |
COMPLETING |
COMPLETING_1XX |
END |
START |
Modifier and Type | Method and Description |
---|---|
static HttpGenerator.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpGenerator.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpGenerator.State START
public static final HttpGenerator.State COMMITTED
public static final HttpGenerator.State COMPLETING
public static final HttpGenerator.State COMPLETING_1XX
public static final HttpGenerator.State END
public static HttpGenerator.State[] values()
for (HttpGenerator.State c : HttpGenerator.State.values()) System.out.println(c);
public static HttpGenerator.State 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 © 1995-2015 Webtide. All Rights Reserved.