public interface SpdyRstStreamFrame extends SpdyControlFrame
| Modifier and Type | Method and Description |
|---|---|
SpdyStreamStatus |
getStatus()
Returns the getStatus of this frame.
|
int |
getStreamId()
Returns the Stream-ID of this frame.
|
SpdyControlFrame |
setStatus(SpdyStreamStatus status)
Sets the getStatus of this frame.
|
SpdyControlFrame |
setStreamId(int streamID)
Sets the Stream-ID of this frame.
|
int getStreamId()
SpdyControlFrame setStreamId(int streamID)
SpdyStreamStatus getStatus()
SpdyControlFrame setStatus(SpdyStreamStatus status)
Copyright © 2008-2013 The Netty Project. All Rights Reserved.