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

Method action

java/org/apache/coyote/Request.java:798–802  ·  view source on GitHub ↗

Perform an action on this request. @param actionCode the action code @param param the action parameter

(ActionCode actionCode, Object param)

Source from the content-addressed store, hash-verified

796 * @param param the action parameter
797 */
798 public void action(ActionCode actionCode, Object param) {
799 if (hook != null) {
800 hook.action(actionCode, Objects.requireNonNullElse(param, this));
801 }
802 }
803
804
805 // -------------------- Cookies --------------------

Callers 5

setReadListenerMethod · 0.95
checkRegisterForReadMethod · 0.95
isTrailerFieldsReadyMethod · 0.95
isFinishedMethod · 0.95
doReadMethod · 0.95

Calls 1

actionMethod · 0.65

Tested by

no test coverage detected