Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
configureVoidOutputFilter
Method · 0.95
prepareHeaders
Method · 0.80
Calls
1
addFilter
Method · 0.65
Tested by
no test coverage detected