public interface SpdyGoAwayFrame extends SpdyFrame
限定符和类型 | 方法和说明 |
---|---|
int |
lastGoodStreamId()
Returns the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
setStatus(SpdySessionStatus status)
Sets the status of this frame.
|
SpdySessionStatus |
status()
Returns the status of this frame.
|
int lastGoodStreamId()
SpdyGoAwayFrame setLastGoodStreamId(int lastGoodStreamId)
SpdySessionStatus status()
SpdyGoAwayFrame setStatus(SpdySessionStatus status)