Uses of Package
php.java.bridge.http

Packages that use php.java.bridge.http
php.java.bridge PHP/Java Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
php.java.faces PHP Java Server Faces implementation. 
php.java.script PHP script engine implementation. 
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.
 

Classes in php.java.bridge.http used by php.java.bridge.http
ContextFactory
          Create session, jsr223 contexts.
ContextFactory.ICredentials
          The credentials provided by the web context, usually this ContextFactory.
ContextRunner
          The ContextRunner usually represents the physical connection, it manages the "high speed" communication link.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
IContextServer
          The interface that all ContextServer must implement.
IContextServer.Channel
          Represents the pipe or socket channel.
IContextServer.ChannelName
          Represents the pipe or socket channel name.
PipeContextServer
          This class manages the physical connection on Unix or Linux machines.
 

Classes in php.java.bridge.http used by php.java.faces
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
HttpServer
          This class can be used to create a simple HTTP server.
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.
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.