Uses of Enum
org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
Packages that use SpdyFrameDecoder.State
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyFrameDecoder.State in org.jboss.netty.handler.codec.spdy
Subclasses with type arguments of type SpdyFrameDecoder.State in org.jboss.netty.handler.codec.spdyFields in org.jboss.netty.handler.codec.spdy declared as SpdyFrameDecoder.StateMethods in org.jboss.netty.handler.codec.spdy that return SpdyFrameDecoder.StateModifier and TypeMethodDescriptionprivate static SpdyFrameDecoder.StateSpdyFrameDecoder.getNextState(int type, int length) static SpdyFrameDecoder.StateReturns 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.