Class RMIClientSocketFactorySSL

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

public class RMIClientSocketFactorySSL extends Object implements RMIClientSocketFactory, Serializable
SSL client factory.
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • RMIClientSocketFactorySSL

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

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