Uses of Class
org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
-
Packages that use SpdyHeaderBlockRawDecoder.State Package Description org.jboss.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyHeaderBlockRawDecoder.State in org.jboss.netty.handler.codec.spdy
Fields in org.jboss.netty.handler.codec.spdy declared as SpdyHeaderBlockRawDecoder.State Modifier and Type Field Description private SpdyHeaderBlockRawDecoder.State
SpdyHeaderBlockRawDecoder. state
Methods in org.jboss.netty.handler.codec.spdy that return SpdyHeaderBlockRawDecoder.State Modifier and Type Method Description static SpdyHeaderBlockRawDecoder.State
SpdyHeaderBlockRawDecoder.State. valueOf(java.lang.String name)
Returns 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.
-