Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
Packages that use SpdyStreamFrame
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyStreamFrame in org.jboss.netty.handler.codec.spdy
Subinterfaces of SpdyStreamFrame in org.jboss.netty.handler.codec.spdyModifier and TypeInterfaceDescriptioninterface
A SPDY Protocol DATA Frameinterface
A SPDY Protocol HEADERS Frameinterface
A SPDY Protocol RST_STREAM Frameinterface
A SPDY Protocol SYN_REPLY Frameinterface
A SPDY Protocol SYN_STREAM FrameClasses in org.jboss.netty.handler.codec.spdy that implement SpdyStreamFrameModifier and TypeClassDescriptionclass
The defaultSpdyDataFrame
implementation.class
The defaultSpdyHeadersFrame
implementation.class
The defaultSpdyRstStreamFrame
implementation.class
The defaultSpdyStreamFrame
implementation.class
The defaultSpdySynReplyFrame
implementation.class
The defaultSpdySynStreamFrame
implementation.