public interface SpdyRstStreamFrame extends SpdyStreamFrame
Modifier and Type | Method and Description |
---|---|
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
in interface SpdyStreamFrame
SpdyRstStreamFrame setLast(boolean last)
SpdyStreamFrame
setLast
in interface SpdyStreamFrame
Copyright © 2008–2017 The Netty Project. All rights reserved.