Uses of Class
php.java.bridge.http.FCGIConnectException

Packages that use FCGIConnectException
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
 

Uses of FCGIConnectException in php.java.bridge.http
 

Methods in php.java.bridge.http that throw FCGIConnectException
abstract  FCGIConnection FCGIConnectionFactory.connect()
          Connect to the FastCGI server and return the connection handle.
 FCGIConnection NPChannelFactory.connect()
          Create a FCGIConnection
abstract  FCGIConnection FCGIIOFactory.connect(FCGIConnectionFactory name)
          Create a new socket and connect it to the given host/port
 FCGIConnectionPool.Connection FCGIConnectionPool.openConnection()
          Opens a connection to the back end.
abstract  void FCGIConnectionFactory.test()
          Test the FastCGI server.
 void NPChannelFactory.test()
          Tests if the channel will be available.
 

Constructors in php.java.bridge.http that throw FCGIConnectException
FCGIConnectionPool(FCGIConnectionFactory channelName, int limit, int maxRequests, FCGIIOFactory factory, long timeout)
          Create a new connection pool.