HeadersFrame.this

<p> Creates a new {@code HEADERS} frame with the specified stream {@code id}. </p> <p> {@code HEADERS} frames with a specific stream {@code id} are typically used in responses to request {@code HEADERS} frames. </p>

@param streamId the stream id @param metaData the metadata containing HTTP request/response information @param priority the PRIORITY frame associated with this HEADERS frame @param endStream whether this frame ends the stream

  1. this(HttpMetaData metaData, PriorityFrame priority, bool endStream)
  2. this(int streamId, HttpMetaData metaData, PriorityFrame priority, bool endStream)

Meta