Uses of Interface
php.java.bridge.http.IContextServer

Packages that use IContextServer
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
 

Uses of IContextServer in php.java.bridge.http
 

Classes in php.java.bridge.http that implement IContextServer
 class PipeContextServer
          This class manages the physical connection on Unix or Linux machines.
 class 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.