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

Method isProcessing

java/org/apache/coyote/Request.java:1330–1332  ·  view source on GitHub ↗

Check if the request is currently being processed. @return true if processing

()

Source from the content-addressed store, hash-verified

1328 * @return {@code true} if processing
1329 */
1330 public boolean isProcessing() {
1331 return reqProcessorMX.getStage() == Constants.STAGE_SERVICE;
1332 }
1333
1334 /**
1335 * Parse the character encoding from the specified content type header. If the content type is null, or there is no

Callers

nothing calls this directly

Calls 1

getStageMethod · 0.45

Tested by

no test coverage detected