Uses of Interface
php.java.bridge.ISocketFactory

Packages that use ISocketFactory
php.java.bridge VM Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for VM Bridge J2EE backends. 
 

Uses of ISocketFactory in php.java.bridge
 

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

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.