Interface SpdyRstStreamFrame
- All Superinterfaces:
SpdyFrame, SpdyStreamFrame
- All Known Implementing Classes:
DefaultSpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frame
-
Method Summary
Modifier and TypeMethodDescriptionReturns the status of this frame.voidsetStatus(SpdyStreamStatus status) Sets the status of this frame.Methods inherited from interface SpdyStreamFrame
getStreamId, isLast, setLast, setStreamId
-
Method Details
-
getStatus
SpdyStreamStatus getStatus()Returns the status of this frame. -
setStatus
Sets the status of this frame.
-