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