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