]> git.mxchange.org Git - hub.git/commit
Continued rewriting:
authorRoland Häder <roland@mxchange.org>
Sat, 20 May 2017 20:23:24 +0000 (22:23 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:04 +0000 (18:50 +0200)
commit7cf0a7a80247f679f274ef3703925bed6d68a26e
treec8c500507623af949f89741f1c78de20922ad742
parenta0d6ee35a700ef553d5e996a687f9f76f36d8841
Continued rewriting:
- handleSocketError() and all it's brothers and sisters (means call-back methods)
  are now residing in SocketContainer
- still more rewrites for existing old parts
- renamed factory method to createListenFileSocket() as this creates a
  listening file socket (mostly for IPC)

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/class_BaseHubSystem.php
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/helper/connection/ipv4/class_BaseIpV4ConnectionHelper.php
application/hub/classes/listener/socket/class_SocketFileListener.php
application/hub/classes/package/class_NetworkPackage.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/interfaces/class_HubInterface.php
application/hub/interfaces/container/socket/class_StorableSocket.php