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