]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Continued with refacturing:
authorRoland Haeder <roland@mxchange.org>
Fri, 30 Jan 2015 00:34:18 +0000 (01:34 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 30 Jan 2015 00:34:18 +0000 (01:34 +0100)
commit00b44aa1d827369e6c72caa6a3a5f23c23e009bf
tree5e9dffe46cb11c9975ee0df2cb83f65c2fb0bf74
parentf440f321cebdbaae3ffd88a47e4a70f13dae22b8
Continued with refacturing:
- Deleted deprecated stuff, such as the ConnectionRegistry class as there is
  now only a SocketRegistry.
- More cleanups (e.g. no longer used config entry and many more)
- Use more ShareableInfo class which main contain a Listenable or
  ConnectionHelper instance. If both is missing, please report this.
- Updated 'core'

Signed-off-by: Roland Haeder <roland@mxchange.org>
20 files changed:
application/hub/config.php
application/hub/interfaces/discovery/protocol/class_DiscoverableProtocol.php
application/hub/interfaces/shareable/info/class_ShareableInfo.php
application/hub/main/class_BaseHubSystem.php
application/hub/main/discovery/protocol/class_ProtocolDiscovery.php
application/hub/main/discovery/recipient/class_BaseRecipientDiscovery.php
application/hub/main/discovery/recipient/package/class_PackageRecipientDiscovery.php
application/hub/main/discovery/recipient/socket/class_PackageSocketDiscovery.php
application/hub/main/factories/handler/class_ProtocolHandlerFactory.php
application/hub/main/factories/info/class_ConnectionInfoFactory.php
application/hub/main/helper/connection/ipv4/tcp/class_TcpConnectionHelper.php
application/hub/main/info/connection/class_ConnectionInfo.php
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/nodes/boot/class_HubBootNode.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/registry/connection/.htaccess [deleted file]
application/hub/main/registry/connection/class_ConnectionRegistry.php [deleted file]
application/hub/main/registry/socket/class_SocketRegistry.php
core