Package mazealgo.model.server
package mazealgo.model.server
-
ClassDescriptionServer strategy: receives requested maze dimensions as
int[] {rows, columns}, generates a maze withMyMazeGenerator, and returns it as a compressed byte array.What the server does with a connected client's streams.A small accept-loop server that dispatches each accepted client to anExecutorServicethread pool.Caches solvedSolutions on disk keyed by SHA-256 of the maze's byte representation.