Interface SpdyStreamFrame

    • Method Detail

      • streamId

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

        SpdyStreamFrame setStreamId​(int streamID)
        Sets the Stream-ID of this frame. The Stream-ID must be positive.
      • isLast

        boolean isLast()
        Returns true if this frame is the last frame to be transmitted on the stream.
      • setLast

        SpdyStreamFrame setLast​(boolean last)
        Sets if this frame is the last frame to be transmitted on the stream.