This class manages Transports. On the one hand it creates them, and on the other it enforces an upper limit on the open transports. The class also receives notifications from threads that are about do use a Transport and notifies any interested listeners. "Use" is defined as sending (or handling) a request.
@author Nicolas Noffke
@version $Id: TransportManager.java,v 1.30 2009-05-03 21:35:56 andre.spiegel Exp $
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.