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 Summary
ConstructorDescriptionWill establish connections with the system default local address.RMIClientSocketFactorySSL
(String localAddress) Will establish connections with the provided local address. -
Method Summary
-
Constructor Details
-
RMIClientSocketFactorySSL
public RMIClientSocketFactorySSL()Will establish connections with the system default local address. -
RMIClientSocketFactorySSL
Will establish connections with the provided local address.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
createSocket
- Specified by:
createSocket
in interfaceRMIClientSocketFactory
- Throws:
IOException
-