Uses of Class
za.co.wethinkcode.robots.server.clientCommands.ClientCommandFactory
Packages that use ClientCommandFactory
Package
Description
This package encapsulates the main entry point of the server, along with the logic of a single thread
-
Uses of ClientCommandFactory in za.co.wethinkcode.robots.server.networking
Constructors in za.co.wethinkcode.robots.server.networking with parameters of type ClientCommandFactoryModifierConstructorDescriptionServerSingleThread(Socket socket, ClientCommandFactory commandFactory, WorldStateIdentity sharedIdentity) Necessary Constructor for shared Mutable State identityServerSingleThread(Socket socket, WorldState currentWorldState, ClientCommandFactory commandFactory, WorldStateIdentity sharedIdentity) Constructor OverLoad for the single Thread execution of server Logic.