| 8 | | 1. it first gets the data from the underlaying NetworkSocket. |
| 9 | | 1. pass the data to the ConnectionMonitor::processData(); |
| 10 | | 1. pass the data to the NetworkProtocol::removeHeader(); |
| 11 | | 1. pass the data to the [wiki:Synchronizeable Synchronizeable] object |
| | 8 | 1. it first gets the data from the underlaying [wiki:archive/NetworkSocket NetworkSocket]. |
| | 9 | 1. pass the data to the [wiki:archive/ConnectionMonitor ConnectionMonitor]::processData(); |
| | 10 | 1. pass the data to the [wiki:archive/NetworkProtocol NetworkProtocol]::removeHeader(); |
| | 11 | 1. pass the data to the [wiki:archive/Synchronizeable Synchronizeable] object |
| 13 | | 1. get the data from the [wiki:Synchronizeable Synchronizeable] object |
| 14 | | 1. pass the data to the ConnectionMonitor::processData(); |
| 15 | | 1. pass the data to the NetworkProtocol::removeHeader(); |
| 16 | | 1. pass the data to the NetworkSocket object |
| | 13 | 1. get the data from the [wiki:archive/Synchronizeable Synchronizeable] object |
| | 14 | 1. pass the data to the [wiki:archive/ConnectionMonitor ConnectionMonitor]::processData(); |
| | 15 | 1. pass the data to the [wiki:archive/NetworkProtocol NetworkProtocol]::removeHeader(); |
| | 16 | 1. pass the data to the [wiki:archive/NetworkSocket NetworkSocket] object |