Interface SpdyGoAwayFrame

    • Method Detail

      • getLastGoodStreamId

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

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

        void setStatus​(SpdySessionStatus status)
        Sets the status of this frame.