Uses of Interface
php.java.script.IContinuation

Packages that use IContinuation
php.java.script Internal PHP script engine implementation.
Applications should use the JSR 223 API instead. 
php.java.script.servlet Internal PHP script engine implementation for servlets.
Applications should use the JSR 223 API instead. 
 

Uses of IContinuation in php.java.script
 

Classes in php.java.script that implement IContinuation
 class CGIRunner
          This class can be used to run a PHP CGI binary.
 class Continuation
          This class represents the logic to run PHP scripts through CGI, FastCGI or on a remote HTTP server (accessed through URLReader).
 class FastCGIProxy
          This class can be used to run (and to connect to) a FastCGI server.
 class HttpProxy
          Represents the script continuation.
 

Uses of IContinuation in php.java.script.servlet
 

Classes in php.java.script.servlet that implement IContinuation
 class HttpFastCGIProxy
          This class can be used to connect to a FastCGI server.