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)
| 76 | * expired. |
| 77 | */ |
| 78 | void timeoutAsync(long now); |
| 79 | |
| 80 | /** |
| 81 | * Gets the request associated with this processor. |
no outgoing calls
no test coverage detected