Uses of Package
php.java.bridge.http

Packages that use php.java.bridge.http
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.
Applications should use the JSR 223 API instead. 
php.java.script.servlet Internal PHP script engine implementation for servlets.
Applications should use the JSR 223 API instead. 
php.java.servlet PHP/Java Bridge Servlet.
Applications should use the JSR 223 API instead. 
php.java.servlet.fastcgi PHP/Java Bridge FastCGI Servlet.
Applications should use the JSR 223 API instead. 
 

Classes in php.java.bridge.http used by php.java.bridge
ContextServer
          A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
FCGIConnectionPool
          A connection pool.
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.
FCGIConnectException
          Thrown when the server is not available anymore
FCGIConnection
          This class represents the physical FastCGI connection.
FCGIConnectionException
          Thrown when an IO exception occurs
FCGIConnectionFactory
          A factory which creates FastCGI channels.
FCGIConnectionInputStream
          Default InputStream used by the connection pool.
FCGIConnectionOutputStream
          Default OutputStream used by the connection pool.
FCGIConnectionPool.Connection
          Represents the connection kept by the pool.
FCGIIOFactory
          FastCGI In-/OutputStream factory.
HeaderParser
          A procedure class which can be used to capture the HTTP header strings.
HttpRequest
          A simple HTTP request implementation.
HttpResponse
          A simple HTTP response implementation.
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.
IFCGIProcess
          Common methods for all FCGIProcesses
IFCGIProcessFactory
          Implementing classes are able to use the FastCGI machinery.
OutputStreamFactory
          A default output stream factory for use with parseBody.
 

Classes in php.java.bridge.http used by php.java.script
ContextServer
          A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
HeaderParser
          A procedure class which can be used to capture the HTTP header strings.
HttpServer
          This class can be used to create a simple HTTP server.
IContext
          Interface which all contexts must implement.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
IFCGIProcess
          Common methods for all FCGIProcesses
IFCGIProcessFactory
          Implementing classes are able to use the FastCGI machinery.
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
ContextServer
          A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
FCGIConnectionPool
          A connection pool.
HeaderParser
          A procedure class which can be used to capture the HTTP header strings.
IContext
          Interface which all contexts must implement.
 

Classes in php.java.bridge.http used by php.java.servlet
Context
          Emulates a JSR223 script context when the JSR223 classes are not available.
ContextServer
          A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
FCGIConnectionFactory
          A factory which creates FastCGI channels.
FCGIConnectionPool
          A connection pool.
IContext
          Interface which all contexts must implement.
IContextFactory
          Interface that the ContextFactories must implement.
IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
IFCGIProcess
          Common methods for all FCGIProcesses
IFCGIProcessFactory
          Implementing classes are able to use the FastCGI machinery.
SimpleContextFactory
          Base of a set of visitors which can extend the standard ContextFactory.
 

Classes in php.java.bridge.http used by php.java.servlet.fastcgi
IFCGIProcess
          Common methods for all FCGIProcesses