Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
-
Packages that use SpdyStreamFrame Package Description org.jboss.netty.handler.codec.spdy 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.spdy Modifier and Type Interface Description interfaceSpdyDataFrameA SPDY Protocol DATA FrameinterfaceSpdyHeadersFrameA SPDY Protocol HEADERS FrameinterfaceSpdyRstStreamFrameA SPDY Protocol RST_STREAM FrameinterfaceSpdySynReplyFrameA SPDY Protocol SYN_REPLY FrameinterfaceSpdySynStreamFrameA SPDY Protocol SYN_STREAM FrameClasses in org.jboss.netty.handler.codec.spdy that implement SpdyStreamFrame Modifier and Type Class Description classDefaultSpdyDataFrameThe defaultSpdyDataFrameimplementation.classDefaultSpdyHeadersFrameThe defaultSpdyHeadersFrameimplementation.classDefaultSpdyRstStreamFrameThe defaultSpdyRstStreamFrameimplementation.classDefaultSpdyStreamFrameThe defaultSpdyStreamFrameimplementation.classDefaultSpdySynReplyFrameThe defaultSpdySynReplyFrameimplementation.classDefaultSpdySynStreamFrameThe defaultSpdySynStreamFrameimplementation.
-