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.
      • setInvalid

        void setInvalid()
        Marks this header block as invalid.
      • isTruncated

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

        void setTruncated()
        Mark this header block as truncated.