]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 04:16:26 +0000 (05:16 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 04:16:26 +0000 (05:16 +0100)
commit60c9cd34c97d52e929b18d4026ec6e9f43e86606
tree4615d0cddf9621e07393f4876a419cba7a2cfb35
parent1a426d3edceb360d4f184212308e7ac80873038b
Continued:
- $this and $this->getSocketResource() can be reduced to $this only and let the
  exception's code invoke the getter method.
- Removed deprecated $socketData array, this info is now fully stored in $this
  already

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php
application/hub/classes/helper/connection/ipv4/tcp/class_TcpConnectionHelper.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/interfaces/container/socket/class_StorableSocket.php