Uses of Class
php.java.bridge.PhpProcedureProxy

Packages that use PhpProcedureProxy
php.java.bridge Internal VM Bridge core classes and interfaces. 
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
php.java.script Internal PHP script engine implementation. 
 

Uses of PhpProcedureProxy in php.java.bridge
 

Methods in php.java.bridge with parameters of type PhpProcedureProxy
 boolean Invocable.call(PhpProcedureProxy kont)
          Call the java continuation with the current continuation kont as its argument.
 

Uses of PhpProcedureProxy in php.java.bridge.http
 

Methods in php.java.bridge.http with parameters of type PhpProcedureProxy
 boolean Context.call(PhpProcedureProxy kont)
           
 

Uses of PhpProcedureProxy in php.java.script
 

Methods in php.java.script with parameters of type PhpProcedureProxy
 boolean AbstractPhpScriptContext.call(PhpProcedureProxy kont)