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

Method getStage

java/org/apache/coyote/RequestInfo.java:258–260  ·  view source on GitHub ↗

Return the current processing stage. @return the stage

()

Source from the content-addressed store, hash-verified

256 * @return the stage
257 */
258 public int getStage() {
259 return stage;
260 }
261
262 /**
263 * Set the current processing stage.

Callers 3

logDebugMethod · 0.95
isProcessingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected