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 ChannelName.connect()
          Connect to the FastCGI server and return the connection handle.
abstract  php.java.servlet.fastcgi.Channel Factory.connect(ChannelName 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 ChannelName.test()
          Test the FastCGI server.
 

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