Changes between Version 8 and Version 9 of code/doc/Network
- Timestamp:
- Sep 17, 2008, 4:25:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Network
v8 v9 19 19 || '''Component''' || '''Description''' || '''Classes included''' || 20 20 || [wiki:network/Host Host] || Interface class of the Network Engine || Host, Server, Client, ClientInformation || 21 || [wiki:network/Synchronisable Synchronisable] || Interface class for all network objects, that need synchronisation || Synchronisable || 22 || || '''internal components''' || || 21 23 || [wiki:network/Gamestate Gamestate] || Management of the object information to be synchronised || GamestateHandler, GamestateManager, GamestateClient || 22 24 || [wiki:network/Packet Packet] || Management of the data to be transmitted || Packet, Acknowledgement, Chat, ClassID, DeleteObjects, Gamestate, Welcome || 23 25 || [wiki:network/Connection Connection] || Management of the network connection between server and client || ConnectionManager, ClientConnection || 24 || [wiki:network/Synchronisable Synchronisable] || Interface class for all network objects, that need synchronisation || Synchronisable ||25 26 26 27 == External API ==