Package php.java.bridge.http

Fast socket and pipe context runners for VM Bridge J2EE backends.

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractChannel Represents the pipe or socket channel.
AbstractChannelName Represents the pipe or socket channel name.
Context Emulates a JSR223 script context when the JSR223 classes are not available.
ContextFactory Create session, jsr223 contexts.
ContextRunner The ContextRunner usually represents the physical connection, it manages the "high speed" communication link.
ContextServer A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
HttpRequest A simple HTTP request implementation.
HttpResponse A simple HTTP response implementation.
HttpServer This class can be used to create a simple HTTP server.
PipeContextServer This class manages the physical connection on Unix or Linux machines.
SimpleContextFactory Base of a set of visitors which can extend the standard ContextFactory.
SocketContextServer This class manages the fallback physical connection for the operating system which doesn't support named pipes, "Windows", or when the System property php.java.bridge.promiscuous is set to true.
 

Package php.java.bridge.http Description

Fast socket and pipe context runners for VM Bridge J2EE backends.