Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdyFrame
Packages that use SpdyFrame
Package
Description
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.spdyModifier and TypeInterfaceDescriptioninterface
A SPDY Protocol DATA Frameinterface
A SPDY Protocol GOAWAY Frameinterface
A SPDY Protocol HEADERS Frameinterface
A SPDY Protocol PING Frameinterface
A SPDY Protocol RST_STREAM Frameinterface
A SPDY Protocol SETTINGS Frameinterface
A SPDY Protocol Frame that is associated with an individual SPDY Streaminterface
A SPDY Protocol SYN_REPLY Frameinterface
A SPDY Protocol SYN_STREAM Frameinterface
A SPDY Protocol WINDOW_UPDATE FrameClasses in org.jboss.netty.handler.codec.spdy that implement SpdyFrameModifier and TypeClassDescriptionclass
The defaultSpdyDataFrame
implementation.class
The defaultSpdyGoAwayFrame
implementation.class
The defaultSpdyHeadersFrame
implementation.class
The defaultSpdyPingFrame
implementation.class
The defaultSpdyRstStreamFrame
implementation.class
The defaultSpdySettingsFrame
implementation.class
The defaultSpdyStreamFrame
implementation.class
The defaultSpdySynReplyFrame
implementation.class
The defaultSpdySynStreamFrame
implementation.class
The defaultSpdyWindowUpdateFrame
implementation.