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.void
setStatus
(SpdyStreamStatus status) Sets the status of this frame.Methods inherited from interface org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
getStreamId, isLast, setLast, setStreamId
-
Method Details
-
getStatus
SpdyStreamStatus getStatus()Returns the status of this frame. -
setStatus
Sets the status of this frame.
-