Class SocketServerManager
java.lang.Object
com.aoindustries.aoserv.daemon.util.SocketServerManager
Manages a group of
SocketServer. Servers may be
added and removed on the fly.- Author:
- AO Industries, Inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SocketServerThreadcreateSocketServerThread(InetAddress ipAddress, int port) abstract Stringabstract Bind[]abstract Stringfinal voidstart()protected voidprotected void
-
Constructor Details
-
SocketServerManager
protected SocketServerManager()
-
-
Method Details
-
start
- Throws:
IOExceptionSQLException
-
startImpl
- Throws:
IOExceptionSQLException
-
verifySocketServers
- Throws:
IOExceptionSQLException
-
getNetBinds
- Throws:
IOExceptionSQLException
-
getManagerName
-
getServiceName
-
createSocketServerThread
-
