org.apache.tomcat.util.net

Class NioEndpoint.Acceptor

protected class NioEndpoint.Acceptor extends Object implements Runnable

Server socket acceptor thread.
Method Summary
voidrun()
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.

Method Detail

run

public void run()
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.