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, streamIdSpdyStreamStatus status()
SpdyRstStreamFrame setStatus(SpdyStreamStatus status)
SpdyRstStreamFrame setStreamId(int streamId)
SpdyStreamFramesetStreamId in interface SpdyStreamFrameSpdyRstStreamFrame setLast(boolean last)
SpdyStreamFramesetLast in interface SpdyStreamFrameCopyright © 2008–2015 The Netty Project. All rights reserved.