]> git.mxchange.org Git - hub.git/commit
Continued with refactoring:
authorRoland Haeder <roland@mxchange.org>
Thu, 29 Jan 2015 20:53:48 +0000 (21:53 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 29 Jan 2015 20:53:48 +0000 (21:53 +0100)
commitf440f321cebdbaae3ffd88a47e4a70f13dae22b8
tree869695606ae6f36ba55a640883dc79359363c12f
parentcbc79963e60aeeeedc2e054d9beceaf1fd1465ea
Continued with refactoring:
- Added ShareableInfo interface
- Added ConnectionInfo class which can be filled by Listenable classes and
  ConnectionHelper classes. This fixes a bug that isSocketRegistered(),
  registerSocket() and so on, are only accepting a Listenable class and not
  the other.
- Updated 'core'
- UNFINISHED!

Signed-off-by: Roland Haeder <roland@mxchange.org>
21 files changed:
application/hub/config.php
application/hub/exceptions.php
application/hub/interfaces/shareable/.htaccess [new file with mode: 0644]
application/hub/interfaces/shareable/info/.htaccess [new file with mode: 0644]
application/hub/interfaces/shareable/info/class_ShareableInfo.php [new file with mode: 0644]
application/hub/main/factories/class_
application/hub/main/factories/info/.htaccess [new file with mode: 0644]
application/hub/main/factories/info/class_ConnectionInfoFactory.php [new file with mode: 0644]
application/hub/main/helper/connection/ipv4/class_BaseIpV4ConnectionHelper.php
application/hub/main/info/.htaccess [new file with mode: 0644]
application/hub/main/info/class_ [new file with mode: 0644]
application/hub/main/info/class_BaseInfo.php [new file with mode: 0644]
application/hub/main/info/connection/.htaccess [new file with mode: 0644]
application/hub/main/info/connection/class_ConnectionInfo.php [new file with mode: 0644]
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/registry/connection/class_ConnectionRegistry.php
application/hub/main/registry/socket/class_SocketRegistry.php
application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php
core