Uses of Class
php.java.servlet.ConnectionPool.ConnectException

Packages that use ConnectionPool.ConnectException
php.java.servlet PHP/Java Bridge Servlet. 
 

Uses of ConnectionPool.ConnectException in php.java.servlet
 

Methods in php.java.servlet that throw ConnectionPool.ConnectException
 java.net.Socket ConnectionPool.Factory.connect(java.lang.String host, int port)
          Create a new socket and connect it to the given host/port
 ConnectionPool.Connection ConnectionPool.openConnection()
          Opens a connection to the back end.
 

Constructors in php.java.servlet that throw ConnectionPool.ConnectException
ConnectionPool(java.lang.String host, int port, int limit, int maxRequests, ConnectionPool.Factory factory)
          Create a new connection pool.