Class RunMazeServer

java.lang.Object
mazealgo.examples.RunMazeServer

public class RunMazeServer extends Object
Boots two MyServer instances: one hosting GenerateMazeStrategy on port 5400, one hosting SolveMazeStrategy on port 5401. Press Enter to stop.

Pair with RunMazeClient to see the full round-trip.

  • Constructor Details

    • RunMazeServer

      public RunMazeServer()
  • Method Details

    • main

      public static void main(String[] args)