Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdyFrame
-
Packages that use SpdyFrame Package Description org.jboss.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyFrame in org.jboss.netty.handler.codec.spdy
Subinterfaces of SpdyFrame in org.jboss.netty.handler.codec.spdy Modifier and Type Interface Description interface
SpdyDataFrame
A SPDY Protocol DATA Frameinterface
SpdyGoAwayFrame
A SPDY Protocol GOAWAY Frameinterface
SpdyHeadersFrame
A SPDY Protocol HEADERS Frameinterface
SpdyPingFrame
A SPDY Protocol PING Frameinterface
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frameinterface
SpdySettingsFrame
A SPDY Protocol SETTINGS Frameinterface
SpdyStreamFrame
A SPDY Protocol Frame that is associated with an individual SPDY Streaminterface
SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Frameinterface
SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Frameinterface
SpdyWindowUpdateFrame
A SPDY Protocol WINDOW_UPDATE FrameClasses in org.jboss.netty.handler.codec.spdy that implement SpdyFrame Modifier and Type Class Description class
DefaultSpdyDataFrame
The defaultSpdyDataFrame
implementation.class
DefaultSpdyGoAwayFrame
The defaultSpdyGoAwayFrame
implementation.class
DefaultSpdyHeadersFrame
The defaultSpdyHeadersFrame
implementation.class
DefaultSpdyPingFrame
The defaultSpdyPingFrame
implementation.class
DefaultSpdyRstStreamFrame
The defaultSpdyRstStreamFrame
implementation.class
DefaultSpdySettingsFrame
The defaultSpdySettingsFrame
implementation.class
DefaultSpdyStreamFrame
The defaultSpdyStreamFrame
implementation.class
DefaultSpdySynReplyFrame
The defaultSpdySynReplyFrame
implementation.class
DefaultSpdySynStreamFrame
The defaultSpdySynStreamFrame
implementation.class
DefaultSpdyWindowUpdateFrame
The defaultSpdyWindowUpdateFrame
implementation.
-