org.apache.tomcat.util.net
Class AprEndpoint.Acceptor
java.lang.Object
org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
org.apache.tomcat.util.net.AprEndpoint.Acceptor
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- AprEndpoint
protected class AprEndpoint.Acceptor
- extends AbstractEndpoint.Acceptor
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AprEndpoint.Acceptor
protected AprEndpoint.Acceptor()
run
public void run()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.