public static enum HttpChannelState.Async extends java.lang.Enum<HttpChannelState.Async>
Enum Constant | Description |
---|---|
COMPLETE |
|
DISPATCH |
|
ERRORED |
|
ERRORING |
|
EXPIRED |
|
EXPIRING |
|
NOT_ASYNC |
|
STARTED |
Modifier and Type | Method | Description |
---|---|---|
static HttpChannelState.Async |
valueOf(java.lang.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 NOT_ASYNC
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 final HttpChannelState.Async ERRORING
public static final HttpChannelState.Async ERRORED
public static HttpChannelState.Async[] values()
for (HttpChannelState.Async c : HttpChannelState.Async.values()) System.out.println(c);
public static HttpChannelState.Async 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 nullCopyright © 1995–2018 Webtide. All rights reserved.