]> git.mxchange.org Git - hub.git/commit
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 13:25:37 +0000 (15:25 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:07 +0000 (18:50 +0200)
commita739267e5499380183005701315eb12118f3dce7
tree0c618048f6d45ce5b9d7f3a372c09bd1c1fed78a
parentd7b4394702add19286c2b09e3c073ed8610540de
Continued a bit:
- implemented enableSocketReuseAddress()
- imported (Base)Iterator
- added missing namespaces
- created new namespaces (also template)
- cleared up now obsolete code as StorableSocket is now there
- renamed method to listenToSocket()

Signed-off-by: Roland Häder <roland@mxchange.org>
23 files changed:
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/classes/helper/messages/crypto/class_CryptoRandomUnitMessageHelper.php
application/hub/classes/iterator/hub/class_HubPingIterator.php
application/hub/classes/iterator/network/class_NetworkListenIterator.php
application/hub/classes/iterator/pool/handler/class_Handler
application/hub/classes/iterator/pool/handler/class_HandlerPoolIterator.php
application/hub/classes/iterator/pool/monitor/class_MonitorPoolIterator.php
application/hub/classes/iterator/pool/shutdown/class_Shutdown
application/hub/classes/iterator/pool/shutdown/class_ShutdownPoolIterator.php
application/hub/classes/iterator/pool/tasks/class_TaskPoolIterator.php
application/hub/classes/iterator/producer/keys/class_TestUnitKeyProducerIterator.php
application/hub/classes/listener/class_
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/listener/class_BaseListenerDecorator.php
application/hub/classes/package/class_NetworkPackage.php
application/hub/classes/registry/socket/class_SocketRegistry.php
application/hub/config.php
application/hub/interfaces/container/socket/class_StorableSocket.php
application/hub/interfaces/helper/connections/class_ConnectionHelper.php
application/hub/interfaces/helper/messages/class_MessageHelper.php
application/hub/interfaces/listener/class_Listenable.php