private static enum HttpChannelState.RequestState extends java.lang.Enum<HttpChannelState.RequestState>
Enum Constant and Description |
---|
ASYNC |
BLOCKING |
COMPLETE |
COMPLETED |
COMPLETING |
DISPATCH |
EXPIRE |
EXPIRING |
Modifier and Type | Method and Description |
---|---|
static HttpChannelState.RequestState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpChannelState.RequestState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpChannelState.RequestState BLOCKING
public static final HttpChannelState.RequestState ASYNC
public static final HttpChannelState.RequestState DISPATCH
public static final HttpChannelState.RequestState EXPIRE
public static final HttpChannelState.RequestState EXPIRING
public static final HttpChannelState.RequestState COMPLETE
public static final HttpChannelState.RequestState COMPLETING
public static final HttpChannelState.RequestState COMPLETED
public static HttpChannelState.RequestState[] values()
for (HttpChannelState.RequestState c : HttpChannelState.RequestState.values()) System.out.println(c);
public static HttpChannelState.RequestState 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