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.RunnableAsync timeout thread
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAsyncTimeout()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()The background thread that checks async requests and fires the timeout if there has been no activity.protected voidstop()
 
-