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] author: Yoav Shapira
Sets the timeout in ms of the server sockets created by this
server. This method allows the developer to make servers
more or less responsive to having their server sockets
shut down.