Package za.co.wethinkcode.robots.server
Class SingleThreadConnection
java.lang.Object
za.co.wethinkcode.robots.server.SingleThreadConnection
- All Implemented Interfaces:
Runnable
The Single Thread Connection encapsulates an ongoing connection between a client and a server
-
Constructor Summary
ConstructorsConstructorDescriptionSingleThreadConnection(World world, ClientID id) SingleThreadConnection(World world, ConnectedClient client, Consumer<ClientID> onDisconnect) -
Method Summary
-
Constructor Details
-
SingleThreadConnection
-
SingleThreadConnection
-
-
Method Details