private static enum AsyncProxyServlet.WriteState extends java.lang.Enum<AsyncProxyServlet.WriteState>
| Modifier and Type | Method and Description |
|---|---|
static AsyncProxyServlet.WriteState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsyncProxyServlet.WriteState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncProxyServlet.WriteState READY
public static final AsyncProxyServlet.WriteState PENDING
public static final AsyncProxyServlet.WriteState IDLE
public static AsyncProxyServlet.WriteState[] values()
for (AsyncProxyServlet.WriteState c : AsyncProxyServlet.WriteState.values()) System.out.println(c);
public static AsyncProxyServlet.WriteState 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