Class NullRouteManager
java.lang.Object
com.aoindustries.aoserv.daemon.net.NullRouteManager
Manages the null route config file.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddNullRoute(int nullingIp) Adds a new null route to the system.static voidstart()
-
Method Details
-
start
- Throws:
IOExceptionSQLException
-
addNullRoute
public static void addNullRoute(int nullingIp) Adds a new null route to the system.
-
