MCPcopy Create free account
hub / github.com/apache/tomcat / setHook

Method setHook

java/org/apache/coyote/Response.java:201–203  ·  view source on GitHub ↗
(ActionHook hook)

Source from the content-addressed store, hash-verified

199
200
201 void setHook(ActionHook hook) {
202 this.hook = hook;
203 }
204
205
206 // -------------------- Per-Response "notes" --------------------

Callers 1

recycleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected