Uses of Package
php.java.bridge

Packages that use php.java.bridge
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. 
php.java.script.servlet Internal PHP script engine implementation for servlets. 
php.java.servlet PHP/Java Bridge Servlet. 
 

Classes in php.java.bridge used by php.java.bridge
AppThreadPool
          A specialized thread pool which automatically terminates all group threads at the end of the request.
ChainsawLogger
          A logger class which connects to chainsaw -- chainsaw is a log4j viewer.
IDocHandler
          Defines the parser callbacks.
IJavaBridgeFactory
          Create PHP/Java Bridge instances.
ILogger
          The log interface for the PHP/Java Bridge log.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
ISocketFactory
          Create socket instances.
JavaBridge
          This is the main interface of the PHP/Java Bridge.
JavaBridgeFactory
          Create new JavaBridge instances
JavaBridgeRunner
          This is the main entry point for the PHP/Java Bridge library.
PhpProcedure
          This class takes the supplied PHP environment and creates a dynamic proxy for calling PHP code.
PhpProcedureProxy
          This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
Request
          This class is used to handle requests from the front-end.
Response
          This class is used to write the response to the front-end.
SimpleJavaBridgeClassLoader
           A bridge pattern which allows us to vary the class loader as run-time.
SimpleLog4jLogger
          A logger which uses the log4j default appender.
Standalone
          This is the standalone container of the PHP/Java Bridge.
ThreadPool
          A standard thread pool, accepts runnables and runs them in a thread environment.
Util.HeaderParser
          A procedure class which can be used to capture the HTTP header strings.
Util.Process
          Starts a CGI process and returns the process handle.
Util.Process.PhpException
          A generic PHP exception
 

Classes in php.java.bridge used by php.java.bridge.http
AppThreadPool
          A specialized thread pool which automatically terminates all group threads at the end of the request.
IJavaBridgeFactory
          Create PHP/Java Bridge instances.
Invocable
          Classes which implement this interface are able to call php code.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
ISocketFactory
          Create socket instances.
JavaBridge
          This is the main interface of the PHP/Java Bridge.
JavaBridgeFactory
          Create new JavaBridge instances
PhpProcedureProxy
          This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
SessionFactory
          Create new session instances
SimpleJavaBridgeClassLoader
           A bridge pattern which allows us to vary the class loader as run-time.
 

Classes in php.java.bridge used by php.java.script
IJavaBridgeFactory
          Create PHP/Java Bridge instances.
ILogger
          The log interface for the PHP/Java Bridge log.
Invocable
          Classes which implement this interface are able to call php code.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
PhpProcedureProxy
          This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
Util.HeaderParser
          A procedure class which can be used to capture the HTTP header strings.
 

Classes in php.java.bridge used by php.java.script.servlet
IJavaBridgeFactory
          Create PHP/Java Bridge instances.
Invocable
          Classes which implement this interface are able to call php code.
 

Classes in php.java.bridge used by php.java.servlet
IJavaBridgeFactory
          Create PHP/Java Bridge instances.
ILogger
          The log interface for the PHP/Java Bridge log.
Invocable
          Classes which implement this interface are able to call php code.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.