]> git.mxchange.org Git - hub.git/commit
WIP:
authorRoland Häder <roland@mxchange.org>
Sun, 21 May 2017 11:37:33 +0000 (13:37 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:05 +0000 (18:50 +0200)
commit776bb92a800bdac5107761be0ba88f5d4b1949a7
tree3bc38892c14cdc79061444bc366e914717fcf1e8
parent8fe4d72570ac086e1b23f535055d11591dab8c2c
WIP:
- rewrite from unlData -> unlInstance (still open things)
- moved constants from class to interface LocateableNode
- moved UNL_REGEX to same interface for rewrite of those parse methods. They
  should be moved to a factory instead.

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/discovery/node/class_UniversalNodeLocatorDiscovery.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/handler/protocol/class_BaseProtocolHandler.php
application/hub/classes/handler/protocol/ipv4/class_
application/hub/classes/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php
application/hub/classes/helper/connection/ipv4/class_BaseIpV4ConnectionHelper.php
application/hub/classes/helper/connection/ipv4/tcp/class_TcpConnectionHelper.php
application/hub/classes/info/connection/class_ConnectionInfo.php
application/hub/classes/locator/class_UniversalNodeLocator.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/interfaces/handler/protocol/class_HandleableProtocol.php
application/hub/interfaces/locator/class_LocateableNode.php
application/hub/interfaces/resolver/class_ProtocolResolver.php