KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > RMIClientSocketFactory

java.rmi.server
Interface RMIClientSocketFactory

All Known Implementing Classes:
RMISocketFactory, SslRMIClientSocketFactory
See Also:
Top Examples, Source Code, Object.hashCode(), Object.equals(java.lang.Object), UnicastRemoteObject, Activatable, LocateRegistry

Socket createSocket(String host,
                    int port)
                    throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags