Apache Tomcat 7.0.22

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

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

protected class JIoEndpoint.Acceptor
extends Object
implements Runnable

Server socket acceptor thread.


Constructor Summary
protected JIoEndpoint.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

JIoEndpoint.Acceptor

protected JIoEndpoint.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 Runnable

Apache Tomcat 7.0.22

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