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, setStreamId
SpdyStreamStatus getStatus()
void setStatus(SpdyStreamStatus status)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.