public static enum HttpChannelState.State extends java.lang.Enum<HttpChannelState.State>
Enum Constant | Description |
---|---|
ASYNC_ERROR |
|
ASYNC_IO |
|
ASYNC_WAIT |
|
ASYNC_WOKEN |
|
COMPLETED |
|
COMPLETING |
|
DISPATCHED |
|
IDLE |
|
THROWN |
|
UPGRADED |
Modifier and Type | Method | Description |
---|---|---|
static HttpChannelState.State |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HttpChannelState.State[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpChannelState.State IDLE
public static final HttpChannelState.State DISPATCHED
public static final HttpChannelState.State THROWN
public static final HttpChannelState.State ASYNC_WAIT
public static final HttpChannelState.State ASYNC_WOKEN
public static final HttpChannelState.State ASYNC_IO
public static final HttpChannelState.State ASYNC_ERROR
public static final HttpChannelState.State COMPLETING
public static final HttpChannelState.State COMPLETED
public static final HttpChannelState.State UPGRADED
public static HttpChannelState.State[] values()
for (HttpChannelState.State c : HttpChannelState.State.values()) System.out.println(c);
public static HttpChannelState.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 nullCopyright © 1995–2018 Webtide. All rights reserved.