org.eclipse.ecf.provider.comm.tcp
Interface IClientSocketFactory

All Known Implementing Classes:
SocketFactory

public interface IClientSocketFactory


Method Summary
 java.net.Socket createSocket(java.lang.String name, int port, int timeout)
           
 

Method Detail

createSocket

java.net.Socket createSocket(java.lang.String name,
                             int port,
                             int timeout)
                             throws java.io.IOException
Throws:
java.io.IOException