Package org.apache.coyote
Class AbstractProtocol.AsyncTimeout
- java.lang.Object
-
- org.apache.coyote.AbstractProtocol.AsyncTimeout
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AbstractProtocol<S>
protected class AbstractProtocol.AsyncTimeout extends java.lang.Object implements java.lang.Runnable
Async timeout thread
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AsyncTimeout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
The background thread that checks async requests and fires the timeout if there has been no activity.protected void
stop()
-