]> git.mxchange.org Git - hub.git/commit - application/hub/main/tasks/hub/ping/class_HubPingTask.php
Development (again) continued:
authorRoland Häder <roland@mxchange.org>
Thu, 16 Feb 2012 23:32:18 +0000 (23:32 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 16 Feb 2012 23:32:18 +0000 (23:32 +0000)
commit3967f4e37b70e307f0f6292dafffa84a038bb6b1
tree52b446a68c8254d6f9023aa286e8c5a1e8821b5b
parente586e6b83e93be2d686afdf2224f2aff174ca5a6
Development (again) continued:
- New interface 'HandleableChunks introduced
- Task for chunk assembler/handler added, still some required methods are not
  yet added (unfinished)
- Changed interfaces in some setter to more generic to allow more object
  instances being set (which are still fine)
- Moved initialization of e.g. network package instance in task classes to
  factory method to speed-up things in executeTask() method
- TODOs.txt updated
16 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/handler/chunks/.htaccess [new file with mode: 0644]
application/hub/interfaces/handler/chunks/class_HandleableChunks.php [new file with mode: 0644]
application/hub/main/class_BaseHubSystem.php
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/main/handler/chunks/class_ChunkHandler.php
application/hub/main/handler/class_
application/hub/main/package/class_NetworkPackage.php
application/hub/main/tasks/hub/chunks/.htaccess [new file with mode: 0644]
application/hub/main/tasks/hub/chunks/class_HubChunkAssemblerTask.php [new file with mode: 0644]
application/hub/main/tasks/hub/class_Hub [new file with mode: 0644]
application/hub/main/tasks/hub/ping/class_HubPingTask.php
application/hub/main/tasks/network/class_NetworkPackageReaderTask.php
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php
docs/TODOs.txt