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

Method setStage

java/org/apache/coyote/RequestInfo.java:267–269  ·  view source on GitHub ↗

Set the current processing stage. @param stage the stage

(int stage)

Source from the content-addressed store, hash-verified

265 * @param stage the stage
266 */
267 public void setStage(int stage) {
268 this.stage = stage;
269 }
270
271 /**
272 * Return the total bytes sent.

Callers 3

dispatchMethod · 0.95
serviceMethod · 0.95
serviceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected