Class ConnectedClient
java.lang.Object
za.co.wethinkcode.robots.server.networking.ConnectedClient
This class encapsulates all the behaviour of a single connected client
-
Constructor Summary
ConstructorsConstructorDescriptionConnectedClient(Socket s, World w) Standard constructor for a Connected Client -
Method Summary
-
Constructor Details
-
ConnectedClient
Standard constructor for a Connected Client- Parameters:
s- the socket that the client is connected onw- the world that the client is connected to.- Throws:
ClientConnectionException
-
-
Method Details