Package php.java.bridge

Interface Summary
IDocHandler  
ISession The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
ISocketFactory  
 

Class Summary
ConstructorCache Cache [(object, method, parameters) -> Method] mappings.
ConstructorCache.Entry  
DynamicClassLoader Title: php-java-bridge
DynamicJavaBridgeClassLoader  
GlobalRef A global array of object references that the client keeps during the connection.
JavaBridge This is the main class for the PHP/Java Bridge.
JavaBridge.SessionFactory  
JavaBridgeClassLoader A bridge pattern which allows us to vary the class loader as run-time.
LocalServerSocket  
LocalSocket  
LocalSocketInputStream  
LocalSocketOutputStream  
MethodCache Cache [(object, method, parameters) -> Method] mappings.
MethodCache.Entry  
Parser  
PhpMap  
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  
Request.PhpArray  
Response  
Response.ValuesHook  
Session  
TCPServerSocket  
ThreadPool  
Util  
Util.Logger