Uses of Class
io.netty.handler.codec.spdy.SpdyFrameDecoder.State
-
Packages that use SpdyFrameDecoder.State Package Description io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyFrameDecoder.State in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy declared as SpdyFrameDecoder.State Modifier and Type Field Description private SpdyFrameDecoder.StateSpdyFrameDecoder. stateMethods in io.netty.handler.codec.spdy that return SpdyFrameDecoder.State Modifier and Type Method Description private static SpdyFrameDecoder.StateSpdyFrameDecoder. getNextState(int type, int length)static SpdyFrameDecoder.StateSpdyFrameDecoder.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.
-