]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 8 Jul 2018 06:58:33 +0000 (08:58 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:12 +0000 (18:50 +0200)
commitd16febd99137708e1ca33cffb69bede5dabbb16a
treede0531c950a657ffce481969c21c41b7dfd0d81e
parent413dd541adec999dd857b23b930a425e83acbe2b
Continued:
- introduced NodeLocatorUtils to avoid monolithic code style
- avoided abusing exceptions for program flow control (don't do that) by
  pre-checking conditions and then avoid bad invocations
- updated framework to latest commit

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
application/hub/classes/class_
application/hub/classes/class_Base
application/hub/classes/discovery/recipient/package/class_PackageRecipientDiscovery.php
application/hub/classes/handler/protocol/class_BaseProtocolHandler.php
application/hub/classes/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php
application/hub/classes/locator/class_UniversalNodeLocator.php
application/hub/classes/tools/class_HubTools.php [deleted file]
application/hub/classes/tools/hub/.htaccess [new file with mode: 0644]
application/hub/classes/tools/hub/class_HubTools.php [new file with mode: 0644]
application/hub/classes/tools/node/.htaccess [new file with mode: 0644]
application/hub/classes/tools/node/class_NodeLocatorUtils.php [new file with mode: 0644]
application/hub/interfaces/locator/class_LocateableNode.php
core