Handle incoming TCP connections. This class implement a simple server model: one listener thread accepts on a socket and creates a new worker thread for each incoming connection. More advanced Endpoints will reuse the threads, use queues, etc.
@author James Duncan Davidson [duncan@eng.sun.com]
@author Jason Hunter [jch@eng.sun.com]
@author James Todd [gonzo@eng.sun.com]
@author Costin@eng.sun.com
@author Gal Shachor [shachor@il.ibm.com]
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.