HeadersFrame.this

<p> Creates a new {@code HEADERS} frame with an unspecified stream {@code id} . </p> <p> The stream {@code id} will be generated by the implementation while sending this frame to the other peer. </p>

@param metaData the metadata containing HTTP request 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