private static enum HttpChannelOverFCGI.Dispatcher.State extends java.lang.Enum<HttpChannelOverFCGI.Dispatcher.State>
Modifier and Type | Method and Description |
---|---|
static HttpChannelOverFCGI.Dispatcher.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpChannelOverFCGI.Dispatcher.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpChannelOverFCGI.Dispatcher.State IDLE
public static final HttpChannelOverFCGI.Dispatcher.State DISPATCH
public static final HttpChannelOverFCGI.Dispatcher.State EXECUTE
public static final HttpChannelOverFCGI.Dispatcher.State SCHEDULE
public static HttpChannelOverFCGI.Dispatcher.State[] values()
for (HttpChannelOverFCGI.Dispatcher.State c : HttpChannelOverFCGI.Dispatcher.State.values()) System.out.println(c);
public static HttpChannelOverFCGI.Dispatcher.State 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