Interface Http2HeadersFrame

All Superinterfaces:
Http2Frame, Http2StreamFrame
All Known Implementing Classes:
DefaultHttp2HeadersFrame

public interface Http2HeadersFrame extends Http2StreamFrame
HTTP/2 HEADERS frame.
  • Method Details

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