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