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 TypeInterfaceDescriptioninterfaceA SPDY Protocol DATA FrameinterfaceA SPDY Protocol GOAWAY FrameinterfaceA SPDY Protocol HEADERS FrameinterfaceA SPDY Protocol PING FrameinterfaceA SPDY Protocol RST_STREAM FrameinterfaceA SPDY Protocol SETTINGS FrameinterfaceA SPDY Protocol Frame that is associated with an individual SPDY StreaminterfaceA SPDY Protocol SYN_REPLY FrameinterfaceA SPDY Protocol SYN_STREAM FrameinterfaceA SPDY Protocol WINDOW_UPDATE FrameClasses in org.jboss.netty.handler.codec.spdy that implement SpdyFrameModifier and TypeClassDescriptionclassThe defaultSpdyDataFrameimplementation.classThe defaultSpdyGoAwayFrameimplementation.classThe defaultSpdyHeadersFrameimplementation.classThe defaultSpdyPingFrameimplementation.classThe defaultSpdyRstStreamFrameimplementation.classThe defaultSpdySettingsFrameimplementation.classThe defaultSpdyStreamFrameimplementation.classThe defaultSpdySynReplyFrameimplementation.classThe defaultSpdySynStreamFrameimplementation.classThe defaultSpdyWindowUpdateFrameimplementation.