Interface SpdyGoAwayFrame

All Superinterfaces:
SpdyFrame
All Known Implementing Classes:
DefaultSpdyGoAwayFrame

public interface SpdyGoAwayFrame extends SpdyFrame
A SPDY Protocol GOAWAY Frame
  • Method Details

    • lastGoodStreamId

      int lastGoodStreamId()
      Returns the Last-good-stream-ID of this frame.
    • setLastGoodStreamId

      SpdyGoAwayFrame setLastGoodStreamId(int lastGoodStreamId)
      Sets the Last-good-stream-ID of this frame. The Last-good-stream-ID cannot be negative.
    • status

      Returns the status of this frame.
    • setStatus

      Sets the status of this frame.