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

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

Uses of ConnectException in php.java.servlet.fastcgi
 

Methods in php.java.servlet.fastcgi that throw ConnectException
abstract  php.java.servlet.fastcgi.Channel ChannelFactory.connect()
          Connect to the FastCGI server and return the connection handle.
abstract  php.java.servlet.fastcgi.Channel IOFactory.connect(ChannelFactory name)
          Create a new socket and connect it to the given host/port
 ConnectionPool.Connection ConnectionPool.openConnection()
          Opens a connection to the back end.
abstract  void ChannelFactory.test()
          Test the FastCGI server.
 

Constructors in php.java.servlet.fastcgi that throw ConnectException
ConnectionPool(ChannelFactory channelName, int limit, int maxRequests, IOFactory factory)
          Create a new connection pool.