java.io.Serializable
, java.lang.Comparable<TAsyncMethodCall.State>
public static enum TAsyncMethodCall.State extends java.lang.Enum<TAsyncMethodCall.State>
Enum Constant | Description |
---|---|
CONNECTING |
|
ERROR |
|
READING_RESPONSE_BODY |
|
READING_RESPONSE_SIZE |
|
RESPONSE_READ |
|
WRITING_REQUEST_BODY |
|
WRITING_REQUEST_SIZE |
Modifier and Type | Method | Description |
---|---|---|
static TAsyncMethodCall.State |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TAsyncMethodCall.State[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAsyncMethodCall.State CONNECTING
public static final TAsyncMethodCall.State WRITING_REQUEST_SIZE
public static final TAsyncMethodCall.State WRITING_REQUEST_BODY
public static final TAsyncMethodCall.State READING_RESPONSE_SIZE
public static final TAsyncMethodCall.State READING_RESPONSE_BODY
public static final TAsyncMethodCall.State RESPONSE_READ
public static final TAsyncMethodCall.State ERROR
public static TAsyncMethodCall.State[] values()
for (TAsyncMethodCall.State c : TAsyncMethodCall.State.values()) System.out.println(c);
public static TAsyncMethodCall.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 null