private static enum SpdyHeaderBlockRawDecoder.State extends java.lang.Enum<SpdyHeaderBlockRawDecoder.State>
| Enum Constant and Description |
|---|
END_HEADER_BLOCK |
ERROR |
READ_NAME |
READ_NAME_LENGTH |
READ_NUM_HEADERS |
READ_VALUE |
READ_VALUE_LENGTH |
SKIP_NAME |
SKIP_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static SpdyHeaderBlockRawDecoder.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpdyHeaderBlockRawDecoder.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpdyHeaderBlockRawDecoder.State READ_NUM_HEADERS
public static final SpdyHeaderBlockRawDecoder.State READ_NAME_LENGTH
public static final SpdyHeaderBlockRawDecoder.State READ_NAME
public static final SpdyHeaderBlockRawDecoder.State SKIP_NAME
public static final SpdyHeaderBlockRawDecoder.State READ_VALUE_LENGTH
public static final SpdyHeaderBlockRawDecoder.State READ_VALUE
public static final SpdyHeaderBlockRawDecoder.State SKIP_VALUE
public static final SpdyHeaderBlockRawDecoder.State END_HEADER_BLOCK
public static final SpdyHeaderBlockRawDecoder.State ERROR
public static SpdyHeaderBlockRawDecoder.State[] values()
for (SpdyHeaderBlockRawDecoder.State c : SpdyHeaderBlockRawDecoder.State.values()) System.out.println(c);
public static SpdyHeaderBlockRawDecoder.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