KickJava   Java API By Example, From Geeks To Geeks.

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

java.rmi.server
Interface RMIServerSocketFactory

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

ServerSocket createServerSocket(int port)
                                throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags