Package | Description |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Modifier and Type | Field and Description |
---|---|
private SpdyFrameDecoder.State |
SpdyFrameDecoder.state |
Modifier and Type | Method and Description |
---|---|
private static SpdyFrameDecoder.State |
SpdyFrameDecoder.getNextState(int type,
int length) |
static SpdyFrameDecoder.State |
SpdyFrameDecoder.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpdyFrameDecoder.State[] |
SpdyFrameDecoder.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|