Uses of Class
php.java.bridge.ThreadPool

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

Uses of ThreadPool in php.java.bridge.http
 

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