Uses of Interface
io.patriot_framework.network.simulator.api.control.Controller
-
Packages that use Controller Package Description io.patriot_framework.network_simulator.docker.control io.patriot_framework.network.simulator.api.manager -
-
Uses of Controller in io.patriot_framework.network_simulator.docker.control
Classes in io.patriot_framework.network_simulator.docker.control that implement Controller Modifier and Type Class Description class
DockerController
Implementation of Controller interface for Docker -
Uses of Controller in io.patriot_framework.network.simulator.api.manager
Method parameters in io.patriot_framework.network.simulator.api.manager with type arguments of type Controller Modifier and Type Method Description void
Manager. setControllers(List<Controller> controllers)
Setter for controllersConstructor parameters in io.patriot_framework.network.simulator.api.manager with type arguments of type Controller Constructor Description Manager(List<Controller> controllers)
ConstructorManager(List<Controller> controllers, String routerTag)
ConstructorManager(List<Controller> controllers, String routerTag, String monitoringAddr, int monitoringPort)
Constructor
-