Interface SpdyWindowUpdateFrame

    • Method Detail

      • streamId

        int streamId()
        Returns the Stream-ID of this frame.
      • setStreamId

        SpdyWindowUpdateFrame setStreamId​(int streamID)
        Sets the Stream-ID of this frame. The Stream-ID cannot be negative.
      • deltaWindowSize

        int deltaWindowSize()
        Returns the Delta-Window-Size of this frame.
      • setDeltaWindowSize

        SpdyWindowUpdateFrame setDeltaWindowSize​(int deltaWindowSize)
        Sets the Delta-Window-Size of this frame. The Delta-Window-Size must be positive.