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

Method isAsync

java/org/apache/coyote/Processor.java:66–66  ·  view source on GitHub ↗

Checks if the Processor is in async state. @return true if the Processor state is async, otherwise false

()

Source from the content-addressed store, hash-verified

64 * @return {@code true} if the Processor state is async, otherwise {@code false}
65 */
66 boolean isAsync();
67
68 /**
69 * Check this processor to see if the timeout has expired and process a timeout if that is that case.

Callers 14

processMethod · 0.95
isAsyncMethod · 0.65
actionMethod · 0.65
isAsyncMethod · 0.65
processMethod · 0.65
longPollMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65

Implementers 1

AbstractProcessorLightjava/org/apache/coyote/AbstractProcess

Calls

no outgoing calls

Tested by

no test coverage detected