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