php.java.bridge
Interface ISocketFactory

All Known Implementing Classes:
LocalServerSocket, TCPServerSocket

public interface ISocketFactory


Method Summary
 java.net.Socket accept()
           
 void close()
           
 java.lang.String getSocketName()
           
 

Method Detail

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

accept

java.net.Socket accept()
                       throws java.io.IOException
Throws:
java.io.IOException

getSocketName

java.lang.String getSocketName()