ServerSocketFactory in Cornerstone allows the creation of a ServerSocket and is in use in a number of demo and app blocks in the Avalon project.

If ServerSocketFactory were to return a class that wrapped the functionality of java.net.ServerSocket, then we could have multiple implementations of this. In fact an assembler could chain them to perform several functions :

* Socket filtering & address blocking
* Socket redirecting
* Load Balancing

Thoughts?

- Paul H


-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to