Apache Tomcat 7.0.37

org.apache.tomcat.util.net
Class AprEndpoint.AsyncTimeout

java.lang.Object
  extended by org.apache.tomcat.util.net.AprEndpoint.AsyncTimeout
All Implemented Interfaces:
Runnable
Enclosing class:
AprEndpoint

protected class AprEndpoint.AsyncTimeout
extends Object
implements Runnable

Async timeout thread


Constructor Summary
protected AprEndpoint.AsyncTimeout()
           
 
Method Summary
 void run()
          The background thread that checks async requests and fires the timeout if there has been no activity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AprEndpoint.AsyncTimeout

protected AprEndpoint.AsyncTimeout()
Method Detail

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

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.