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

Method updateState

java/org/apache/coyote/AsyncStateMachine.java:509–514  ·  view source on GitHub ↗
(AsyncState newState)

Source from the content-addressed store, hash-verified

507
508
509 private synchronized void updateState(AsyncState newState) {
510 if (log.isTraceEnabled()) {
511 log.trace(sm.getString("asyncStateMachine.stateChange", state, newState));
512 }
513 state = newState;
514 }
515}

Callers 8

asyncStartMethod · 0.95
asyncOperationMethod · 0.95
asyncPostProcessMethod · 0.95
asyncCompleteMethod · 0.95
asyncTimeoutMethod · 0.95
asyncDispatchMethod · 0.95
asyncDispatchedMethod · 0.95
asyncErrorMethod · 0.95

Calls 3

isTraceEnabledMethod · 0.65
traceMethod · 0.65
getStringMethod · 0.65

Tested by

no test coverage detected