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

Packages that use FCGIConnectionFactory
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
php.java.servlet PHP/Java Bridge Servlet.
Applications should use the JSR 223 API instead. 
 

Uses of FCGIConnectionFactory in php.java.bridge.http
 

Subclasses of FCGIConnectionFactory in php.java.bridge.http
 class NPChannelFactory
          A factory which creates FastCGI "named pipe" channels.
 

Methods in php.java.bridge.http that return FCGIConnectionFactory
static FCGIConnectionFactory FCGIConnectionFactory.createChannelFactory(IFCGIProcessFactory processFactory, boolean promiscuous)
          Create a new ChannelFactory.
 

Methods in php.java.bridge.http with parameters of type FCGIConnectionFactory
abstract  FCGIConnection FCGIIOFactory.connect(FCGIConnectionFactory name)
          Create a new socket and connect it to the given host/port
 

Constructors in php.java.bridge.http with parameters of type FCGIConnectionFactory
FCGIConnectionPool(FCGIConnectionFactory channelName, int limit, int maxRequests, FCGIIOFactory factory, long timeout)
          Create a new connection pool.
 

Uses of FCGIConnectionFactory in php.java.servlet
 

Methods in php.java.servlet that return FCGIConnectionFactory
 FCGIConnectionFactory ContextLoaderListener.getChannelName()