Interface Http2HeadersFrame

    • Method Detail

      • headers

        Http2Headers headers()
        A complete header list. CONTINUATION frames are automatically handled.
      • padding

        int padding()
        Frame padding to use. Must be non-negative and less than 256.
      • isEndStream

        boolean isEndStream()
        Returns true if the END_STREAM flag is set.