10141015101610171018101910201021102210231024
NetworkListenSystem listenService = _resinSystem.getService(NetworkListenSystem.class); if (_args != null) { for (BoundPort port : _args.getBoundPortList()) { listenService.bind(port.getAddress(), port.getPort(), port.getServerSocket()); } }