java.lang.Object
com.aoapps.hodgepodge.rmi.RMIServerSocketFactoryTCP
- All Implemented Interfaces:
RMIServerSocketFactory
TCP server factory (non-SSL).
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorDescriptionWill listen on the default listen address.RMIServerSocketFactoryTCP
(String listenAddress) Will listen on the provided listen address. -
Method Summary
-
Constructor Details
-
RMIServerSocketFactoryTCP
public RMIServerSocketFactoryTCP()Will listen on the default listen address. -
RMIServerSocketFactoryTCP
Will listen on the provided listen address.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
createServerSocket
- Specified by:
createServerSocket
in interfaceRMIServerSocketFactory
- Throws:
IOException
-