Uses of Enum
org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
Packages that use SpdyHeaderBlockRawDecoder.State
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyHeaderBlockRawDecoder.State in org.jboss.netty.handler.codec.spdy
Subclasses with type arguments of type SpdyHeaderBlockRawDecoder.State in org.jboss.netty.handler.codec.spdyFields in org.jboss.netty.handler.codec.spdy declared as SpdyHeaderBlockRawDecoder.StateModifier and TypeFieldDescriptionprivate SpdyHeaderBlockRawDecoder.StateSpdyHeaderBlockRawDecoder.stateMethods in org.jboss.netty.handler.codec.spdy that return SpdyHeaderBlockRawDecoder.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SpdyHeaderBlockRawDecoder.State[]SpdyHeaderBlockRawDecoder.State.values()Returns an array containing the constants of this enum type, in the order they are declared.