Interface SpdyGoAwayFrame
- All Superinterfaces:
SpdyFrame
- All Known Implementing Classes:
DefaultSpdyGoAwayFrame
A SPDY Protocol GOAWAY Frame
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the Last-good-stream-ID of this frame.setLastGoodStreamId(int lastGoodStreamId) Sets the Last-good-stream-ID of this frame.setStatus(SpdySessionStatus status) Sets the status of this frame.status()Returns the status of this frame.
-
Method Details
-
lastGoodStreamId
int lastGoodStreamId()Returns the Last-good-stream-ID of this frame. -
setLastGoodStreamId
Sets the Last-good-stream-ID of this frame. The Last-good-stream-ID cannot be negative. -
status
SpdySessionStatus status()Returns the status of this frame. -
setStatus
Sets the status of this frame.
-