Apache Tomcat 7.0.37

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

java.lang.Object
  extended by org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
AbstractEndpoint.Acceptor.AcceptorState
 
Field Summary
 
Fields inherited from class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
state
 
Constructor Summary
protected AprEndpoint.Acceptor()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
getState, getThreadName, setThreadName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AprEndpoint.Acceptor

protected AprEndpoint.Acceptor()
Method Detail

run

public void run()

Apache Tomcat 7.0.37

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