public StationOfflineHandler(HttpServer functionServer, StationTimer stationTimer) { this.functionServer = functionServer; this.stationTimer = stationTimer; }
public StationTimer(HttpServer functionServer) { statusChecker = new StatusChecker(STATUS_CHECK_PERIOD, functionServer); }