Class AbstractProtocol.AsyncTimeout

java.lang.Object
org.apache.coyote.AbstractProtocol.AsyncTimeout
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractProtocol<S>

protected class AbstractProtocol.AsyncTimeout extends Object implements Runnable
Async timeout thread
  • Constructor Details

    • AsyncTimeout

      protected AsyncTimeout()
  • Method Details

    • run

      public void run()
      The background thread that checks async requests and fires the timeout if there has been no activity.
      Specified by:
      run in interface Runnable
    • stop

      protected void stop()