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

Method action

java/org/apache/coyote/Response.java:238–242  ·  view source on GitHub ↗

Perform an action on this response. @param actionCode The action code @param param The action parameter

(ActionCode actionCode, Object param)

Source from the content-addressed store, hash-verified

236 * @param param The action parameter
237 */
238 public void action(ActionCode actionCode, Object param) {
239 if (hook != null) {
240 hook.action(actionCode, Objects.requireNonNullElse(param, this));
241 }
242 }
243
244
245 // -------------------- State --------------------

Callers 6

setTrailerFieldsMethod · 0.95
commitMethod · 0.95
getBytesWrittenMethod · 0.95
setWriteListenerMethod · 0.95
checkRegisterForWriteMethod · 0.95
notifyMethod · 0.95

Calls 1

actionMethod · 0.65

Tested by

no test coverage detected