]> git.mxchange.org Git - hub.git/commit
'hub' project continued:
authorRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2012 15:42:00 +0000 (15:42 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2012 15:42:00 +0000 (15:42 +0000)
commita350963ce5cca9cce90c958a34287cec1743ac55
tree56d16b74876c077d836ad5851e9db1dc3f6932da
parent52ef3a5af7ee3979e7fa089ce15cfc4b17b0592c
'hub' project continued:
- New package "decoder" class added which has also a new interface Decodeable
- Handling of incoming packages almost finished
- Loop fixed the second $this->shutdownSocket() call is required
- Many objects have extended BaseFrameworkSystem but should be BaseHubSystem
- TODOs.txt updated
29 files changed:
.gitattributes
application/hub/config.php
application/hub/exceptions/package/class_UnexpectedPackageStatusException.php
application/hub/interfaces/decoder/.htaccess [new file with mode: 0644]
application/hub/interfaces/decoder/class_Decodeable.php [new file with mode: 0644]
application/hub/interfaces/discovery/class_DiscoverableRecipient.php
application/hub/interfaces/handler/chunks/class_HandleableChunks.php
application/hub/interfaces/package/class_Receivable.php
application/hub/main/class_BaseHubSystem.php
application/hub/main/compressor/decorator/class_NetworkPackageCompressorDecorator.php
application/hub/main/decoder/.htaccess [new file with mode: 0644]
application/hub/main/decoder/class_ [new file with mode: 0644]
application/hub/main/decoder/class_BaseDecoder.php [new file with mode: 0644]
application/hub/main/decoder/package/.htaccess [new file with mode: 0644]
application/hub/main/decoder/package/class_PackageDecoder.php [new file with mode: 0644]
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php
application/hub/main/discovery/socket/class_PackageSocketDiscovery.php
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/main/handler/chunks/class_ChunkHandler.php
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/lists/class_BaseList.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/package/fragmenter/class_PackageFragmenter.php
application/hub/main/statistics/connection/class_ConnectionStatisticsHelper.php
application/hub/main/tasks/hub/chunks/class_HubChunkAssemblerTask.php
application/hub/main/tasks/hub/decoder/.htaccess [new file with mode: 0644]
application/hub/main/tasks/hub/decoder/class_HubPackageDecoderTask.php [new file with mode: 0644]
application/hub/main/tools/class_HubTools.php
docs/TODOs.txt