Uses of Class
ibis.rmi.server.RMISocketFactory

Packages that use RMISocketFactory
ibis.rmi.server   
 

Uses of RMISocketFactory in ibis.rmi.server
 

Methods in ibis.rmi.server that return RMISocketFactory
static RMISocketFactory RMISocketFactory.getSocketFactory()
          Gets the global socket factory from which RMI gets sockets (not supported in Ibis RMI).
static RMISocketFactory RMISocketFactory.getDefaultSocketFactory()
          Returns a reference to the default socket factory used by this RMI implementation.
 

Methods in ibis.rmi.server with parameters of type RMISocketFactory
static void RMISocketFactory.setSocketFactory(RMISocketFactory fac)
          Set the global socket factory from which RMI gets sockets (not supported in Ibis RMI).
 



The Ibis project