Interface SpdyHeadersFrame

    • Method Detail

      • isInvalid

        boolean isInvalid()
        Returns true if this header block is invalid. A RST_STREAM frame with code PROTOCOL_ERROR should be sent.
      • isTruncated

        boolean isTruncated()
        Returns true if this header block has been truncated due to length restrictions.
      • setTruncated

        SpdyHeadersFrame setTruncated()
        Mark this header block as truncated.