Uses of Interface
php.java.bridge.ISocketFactory

Packages that use ISocketFactory
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. 
 

Uses of ISocketFactory in php.java.bridge
 

Methods in php.java.bridge that return ISocketFactory
static ISocketFactory JavaBridge.bind(java.lang.String sockname)
          Create a new server socket and return it.
 ISocketFactory JavaBridgeRunner.bind(java.lang.String addr)
          Create a server socket.
 

Uses of ISocketFactory in php.java.bridge.http
 

Methods in php.java.bridge.http that return ISocketFactory
abstract  ISocketFactory HttpServer.bind(java.lang.String addr)
          Create a server socket.
 ISocketFactory HttpServer.getSocket()
          Returns the server socket.