public interface SpdyRstStreamFrame extends SpdyStreamFrame
| Modifier and Type | Method and Description | 
|---|---|
| SpdyStreamStatus | getStatus()Returns the status of this frame. | 
| void | setStatus(SpdyStreamStatus status)Sets the status of this frame. | 
getStreamId, isLast, setLast, setStreamIdSpdyStreamStatus getStatus()
void setStatus(SpdyStreamStatus status)
Copyright © 2008-2016 The Netty Project. All Rights Reserved.