public interface SpdyRstStreamFrame extends SpdyStreamFrame
限定符和类型 | 方法和说明 |
---|---|
SpdyRstStreamFrame |
setLast(boolean last)
Sets if this frame is the last frame to be transmitted on the stream.
|
SpdyRstStreamFrame |
setStatus(SpdyStreamStatus status)
Sets the status of this frame.
|
SpdyRstStreamFrame |
setStreamId(int streamId)
Sets the Stream-ID of this frame.
|
SpdyStreamStatus |
status()
Returns the status of this frame.
|
isLast, streamId
SpdyStreamStatus status()
SpdyRstStreamFrame setStatus(SpdyStreamStatus status)
SpdyRstStreamFrame setStreamId(int streamId)
SpdyStreamFrame
setStreamId
在接口中 SpdyStreamFrame
SpdyRstStreamFrame setLast(boolean last)
SpdyStreamFrame
setLast
在接口中 SpdyStreamFrame