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