ibis.rmi.server
Interface RMIClientSocketFactory
- All Known Implementing Classes:
- RMISocketFactory
- public interface RMIClientSocketFactory
Ibis has no support for RMI socket factories.
Method Summary |
java.net.Socket |
createSocket(java.lang.String host,
int port)
Creates a socket connected to the specified port on the specified host. |
createSocket
public java.net.Socket createSocket(java.lang.String host,
int port)
throws java.io.IOException
- Creates a socket connected to the specified port on the specified host.
- Parameters:
port
- the port numberhost
- the host name
- Returns:
- the socket
- Throws:
IOException
- if an I/O error occurs
The Ibis project