Uses of Class
php.java.bridge.AppThreadPool

Packages that use AppThreadPool
php.java.bridge PHP/Java Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
 

Uses of AppThreadPool in php.java.bridge
 

Methods in php.java.bridge that return AppThreadPool
static AppThreadPool Util.createThreadPool(java.lang.String name)
           
 

Uses of AppThreadPool in php.java.bridge.http
 

Constructors in php.java.bridge.http with parameters of type AppThreadPool
PipeContextServer(ContextFactory.ICredentials contextServer, AppThreadPool threadPool, java.lang.String contextName)
          Create a new ContextServer using the ThreadPool.
SocketContextServer(AppThreadPool threadPool)
          Create a new ContextServer using the ThreadPool.