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

Method timeoutAsync

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

Check this processor to see if the timeout has expired and process a timeout if that is that case. Note: The name of this method originated with the Servlet 3.0 asynchronous processing but evolved over time to represent a timeout that is triggered independently of the socket read/write timeouts.

(long now)

Source from the content-addressed store, hash-verified

76 * expired.
77 */
78 void timeoutAsync(long now);
79
80 /**
81 * Gets the request associated with this processor.

Callers 2

startAsyncTimeoutMethod · 0.65
stopMethod · 0.65

Implementers 1

AbstractProcessorLightjava/org/apache/coyote/AbstractProcess

Calls

no outgoing calls

Tested by

no test coverage detected