]> git.mxchange.org Git - hub.git/commit
Handling of decoded raw data continued:
authorRoland Häder <roland@mxchange.org>
Thu, 28 Apr 2011 16:02:32 +0000 (16:02 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Apr 2011 16:02:32 +0000 (16:02 +0000)
commit205a409d2e4ed84dda8e033431c5c61be06e9858
treebcf01c8ae4a1302c27be966f2c5f73d695b8a267
parentf1e468915bc933e73f8e1ba0bad9ba496ce7a813
Handling of decoded raw data continued:
- Decoded raw data is now being handled over to the NetworkPackage class
- Therefore the Receivable interface has been extended with some more methods
- Further assembling of the handled decoded raw data is currently unfinished
- TODOs.txt updated
19 files changed:
application/hub/config.php
application/hub/interfaces/handler/network/class_Networkable.php
application/hub/interfaces/package/class_Receivable.php
application/hub/main/factories/discovery/class_PackageDiscoveryFactory.php
application/hub/main/factories/discovery/class_SocketDiscoveryFactory.php
application/hub/main/factories/fragmenter/class_FragmenterFactory.php
application/hub/main/factories/lists/class_RecipientListFactory.php
application/hub/main/factories/package/class_NetworkPackageFactory.php
application/hub/main/factories/producer/class_ProducerFactory.php
application/hub/main/factories/states/peer/class_PeerStateFactory.php
application/hub/main/factories/tags/class_PackageTagsFactory.php
application/hub/main/filter/cruncher/class_CruncherInitializationFilter.php
application/hub/main/filter/node/class_NodeInitializationFilter.php
application/hub/main/handler/network/class_BaseRawDataHandler.php
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/tasks/network/class_NetworkPackageReaderTask.php
docs/TODOs.txt