Uses of Package
php.java.bridge.http

Packages that use php.java.bridge.http
php.java.bridge VM Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for VM Bridge J2EE backends. 
php.java.script PHP script engine implementation. 
php.java.script.servlet PHP script engine implementation for servlets. 
php.java.servlet PHP/Java Bridge Servlet. 
 

Classes in php.java.bridge.http used by php.java.bridge
HttpServer
          This class can be used to create a simple HTTP server.
IContext
          Interface which all contexts must implement.
 

Classes in php.java.bridge.http used by php.java.bridge.http
AbstractChannel
          Represents the pipe or socket channel.
AbstractChannelName
          Represents the pipe or socket channel name.
ContextFactory
          Create session, jsr223 contexts.
ContextFactory.ICredentials
          The credentials provided by the web context, usually this ContextFactory.
IContext
          Interface which all contexts must implement.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
IContextServer
          The interface that all ContextServers must implement.
PipeContextServer
          This class manages the physical connection on Unix or Linux machines.
 

Classes in php.java.bridge.http used by php.java.script
IContext
          Interface which all contexts must implement.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
SimpleContextFactory
          Base of a set of visitors which can extend the standard ContextFactory.
 

Classes in php.java.bridge.http used by php.java.script.servlet
IContext
          Interface which all contexts must implement.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
SimpleContextFactory
          Base of a set of visitors which can extend the standard ContextFactory.
 

Classes in php.java.bridge.http used by php.java.servlet
Context
          Emulates a JSR223 script context when the JSR223 classes are not available.
IContext
          Interface which all contexts must implement.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
SimpleContextFactory
          Base of a set of visitors which can extend the standard ContextFactory.