Uses of Interface
mazealgo.model.server.IServerStrategy
Packages that use IServerStrategy
-
Uses of IServerStrategy in mazealgo.model.server
Classes in mazealgo.model.server that implement IServerStrategyModifier and TypeClassDescriptionclassServer strategy: receives requested maze dimensions asint[] {rows, columns}, generates a maze withMyMazeGenerator, and returns it as a compressed byte array.classConstructors in mazealgo.model.server with parameters of type IServerStrategyModifierConstructorDescriptionMyServer(int port, int listeningIntervalMS, IServerStrategy strategy) MyServer(int port, int listeningIntervalMS, IServerStrategy strategy, ExecutorService executor)