Class RMIClientSocketFactoryTCP

java.lang.Object
com.aoapps.hodgepodge.rmi.RMIClientSocketFactoryTCP
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public class RMIClientSocketFactoryTCP extends Object implements RMIClientSocketFactory, Serializable
TCP client factory (non-SSL).
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • RMIClientSocketFactoryTCP

      public RMIClientSocketFactoryTCP()
      Will establish connections with the system default local address.
    • RMIClientSocketFactoryTCP

      public RMIClientSocketFactoryTCP(String localAddress)
      Will establish connections with the provided local address.
  • Method Details