Uses of Interface
io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
Packages that use SpdyRstStreamFrame Package Description io.netty.handler.codec.spdy 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 SpdyRstStreamFrame Modifier and Type Class Description classDefaultSpdyRstStreamFrameThe defaultSpdyRstStreamFrameimplementation.Methods in io.netty.handler.codec.spdy that return SpdyRstStreamFrame Modifier and Type Method Description SpdyRstStreamFrameDefaultSpdyRstStreamFrame. setLast(boolean last)SpdyRstStreamFrameSpdyRstStreamFrame. setLast(boolean last)SpdyRstStreamFrameDefaultSpdyRstStreamFrame. setStatus(SpdyStreamStatus status)SpdyRstStreamFrameSpdyRstStreamFrame. setStatus(SpdyStreamStatus status)Sets the status of this frame.SpdyRstStreamFrameDefaultSpdyRstStreamFrame. setStreamId(int streamId)SpdyRstStreamFrameSpdyRstStreamFrame. setStreamId(int streamId)
-