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

Method addOutputFilter

java/org/apache/coyote/http2/Stream.java:630–632  ·  view source on GitHub ↗
(OutputFilter filter)

Source from the content-addressed store, hash-verified

628
629
630 final void addOutputFilter(OutputFilter filter) {
631 http2OutputBuffer.addFilter(filter);
632 }
633
634
635 final void writeTrailers() throws IOException {

Callers 2

prepareHeadersMethod · 0.80

Calls 1

addFilterMethod · 0.65

Tested by

no test coverage detected