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 TypeInterfaceDescriptioninterfaceA SPDY Protocol DATA FrameinterfaceA SPDY Protocol HEADERS FrameinterfaceA SPDY Protocol RST_STREAM FrameinterfaceA SPDY Protocol SYN_REPLY FrameinterfaceA SPDY Protocol SYN_STREAM FrameClasses in io.netty.handler.codec.spdy that implement SpdyStreamFrameModifier and TypeClassDescriptionclassThe defaultSpdyDataFrameimplementation.classThe defaultSpdyHeadersFrameimplementation.classThe defaultSpdyRstStreamFrameimplementation.classThe defaultSpdyStreamFrameimplementation.classThe defaultSpdySynReplyFrameimplementation.classThe defaultSpdySynStreamFrameimplementation.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.