java.rmi.server
Interface RMIClientSocketFactory

All Known Implementing Classes:
RMISocketFactory, SslRMIClientSocketFactory

public interface RMIClientSocketFactory


Method Summary
 Socket createSocket(String host, int port)
           
 

Method Detail

createSocket

Socket createSocket(String host,
                    int port)
                    throws IOException
Throws:
IOException