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

Packages that use HttpServer
php.java.bridge PHP/Java Bridge core classes and interfaces. 
php.java.script PHP script engine implementation. 
 

Uses of HttpServer in php.java.bridge
 

Subclasses of HttpServer in php.java.bridge
 class JavaBridgeRunner
          This is the main entry point for the PHP/Java Bridge library.
 

Uses of HttpServer in php.java.script
 

Methods in php.java.script that return HttpServer
static HttpServer PhpScriptContext.getHttpServer()
          Return the http server associated with this VM.