]> git.mxchange.org Git - hub.git/commit
WIP: More rewrites:
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 21:17:58 +0000 (23:17 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:03 +0000 (18:50 +0200)
commite1b464a35d1b10345f21a17050137cafa8ba0dea
treef851687b853fde5c9adbc759d6be5c52dd92c3b7
parentb8d104203305e2f40911bd4aa623b97100b4e700
WIP: More rewrites:
- re-added StorableSocket, ConnectionInfoFactory
- imported ConnectionInfoFactory
- rewrote from low-level socket resource to StorableSocket-way (OOP-ed)
- updated core framework
- updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
31 files changed:
application/hub/classes/class_BaseHubSystem.php
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/classes/discovery/recipient/socket/class_PackageSocketDiscovery.php
application/hub/classes/factories/info/.htaccess [new file with mode: 0644]
application/hub/classes/factories/info/class_ConnectionInfoFactory.php [new file with mode: 0644]
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/factories/states/peer/class_PeerStateFactory.php
application/hub/classes/handler/network/tcp/class_TcpRawDataHandler.php
application/hub/classes/handler/network/udp/class_UdpRawDataHandler.php
application/hub/classes/helper/connection/class_
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/classes/helper/connection/ipv4/class_BaseIpV4ConnectionHelper.php
application/hub/classes/helper/connection/ipv4/udp/class_UdpConnectionHelper.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/listener/socket/class_SocketFileListener.php
application/hub/classes/listener/tcp/class_TcpListener.php
application/hub/classes/listener/udp/class_UdpListener.php
application/hub/classes/package/class_NetworkPackage.php
application/hub/classes/pools/class_BasePool.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/classes/registry/socket/class_SocketRegistry.php
application/hub/classes/resolver/state/peer/class_PeerStateResolver.php
application/hub/exceptions/socket/class_SocketShutdownException.php
application/hub/interfaces/container/.htaccess [new file with mode: 0644]
application/hub/interfaces/container/socket/.htaccess [new file with mode: 0644]
application/hub/interfaces/container/socket/class_StorableSocket.php [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/socket/class_DiscoverableSocket.php
application/hub/interfaces/socket/class_SocketTag.php
core
docs/TODOs.txt