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