Class HostConfigurableSocketFactory

java.lang.Object
org.alfresco.util.remote.server.socket.HostConfigurableSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory, RMIServerSocketFactory

public class HostConfigurableSocketFactory extends Object implements RMIServerSocketFactory, RMIClientSocketFactory, Serializable
This Spring depended class allows to control the binding of a RMI Registry to some port and concrete local host, e.g.: localhost, 192.168.0.1 etc. Host may be configured with the -Djava.rmi.server.hostname system property

NOTE: Please look at ALF-4357 for more information
Author:
Dmitry Velichkevich
See Also:
  • Constructor Details

    • HostConfigurableSocketFactory

      public HostConfigurableSocketFactory()
  • Method Details