Uses of Interface
io.netty.handler.codec.spdy.SpdyRstStreamFrame
Packages that use SpdyRstStreamFrame
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyRstStreamFrame in io.netty.handler.codec.spdy
Classes in io.netty.handler.codec.spdy that implement SpdyRstStreamFrameMethods in io.netty.handler.codec.spdy that return SpdyRstStreamFrameModifier and TypeMethodDescriptionDefaultSpdyRstStreamFrame.setLast
(boolean last) SpdyRstStreamFrame.setLast
(boolean last) DefaultSpdyRstStreamFrame.setStatus
(SpdyStreamStatus status) SpdyRstStreamFrame.setStatus
(SpdyStreamStatus status) Sets the status of this frame.DefaultSpdyRstStreamFrame.setStreamId
(int streamId) SpdyRstStreamFrame.setStreamId
(int streamId)