Uses of Interface
io.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 io.netty.handler.codec.spdy
Subinterfaces of SpdyStreamFrame in io.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 io.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.Methods in io.netty.handler.codec.spdy that return SpdyStreamFrameModifier and TypeMethodDescriptionDefaultSpdyStreamFrame.setLast
(boolean last) SpdyStreamFrame.setLast
(boolean last) Sets if this frame is the last frame to be transmitted on the stream.DefaultSpdyStreamFrame.setStreamId
(int streamId) SpdyStreamFrame.setStreamId
(int streamID) Sets the Stream-ID of this frame.