MCPcopy Index your code
hub / github.com/apache/tomcat / writeHeaders

Method writeHeaders

java/org/apache/coyote/http2/Stream.java:624–627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

622
623
624 final void writeHeaders() throws IOException {
625 boolean endOfStream = streamOutputBuffer.hasNoBody() && coyoteResponse.getTrailerFields() == null;
626 handler.writeHeaders(this, coyoteResponse.getMimeHeaders(), endOfStream, Constants.DEFAULT_HEADERS_FRAME_SIZE);
627 }
628
629
630 final void addOutputFilter(OutputFilter filter) {

Callers 4

writeTrailersMethod · 0.45
writeAckMethod · 0.45
writeEarlyHintsMethod · 0.45
prepareResponseMethod · 0.45

Calls 3

hasNoBodyMethod · 0.80
getTrailerFieldsMethod · 0.65
getMimeHeadersMethod · 0.45

Tested by

no test coverage detected