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

java.lang.Object
  extended byorg.apache.tomcat.util.net.AprEndpoint.Acceptor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AprEndpoint

protected class AprEndpoint.Acceptor
extends java.lang.Object
implements java.lang.Runnable

Server socket acceptor thread.


Constructor Summary
protected AprEndpoint.Acceptor()
           
 
Method Summary
 void run()
          The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
 
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()
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.

Specified by:
run in interface java.lang.Runnable


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