]> git.mxchange.org Git - hub.git/commit
Many classes/interfaces added/continued:
authorRoland Häder <roland@mxchange.org>
Sat, 22 May 2010 16:04:05 +0000 (16:04 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 22 May 2010 16:04:05 +0000 (16:04 +0000)
commit3702d6e3f543a30966f23ef978dfdb9a5cbdebbe
treeb9c5c7da34532bfb729ff7f998ca748487bf9cf7
parent131c4cef3245954cdd7c33030b7061e85d00cecf
Many classes/interfaces added/continued:
- New 'tag' SocketTag added
- New classes for connection helper added
- TCP connection helper is maybe useable
- UDP connection helper is not yet finished
- New class for self connections added
- HubTools added which should provide a set of static methods
- SocketRegistry from core project added
- Continued (but maybe not-working) announcement
33 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/discovery/class_DiscoverableSocket.php
application/hub/interfaces/nodes/class_NodeHelper.php
application/hub/interfaces/package/class_Deliverable.php
application/hub/interfaces/pool/peer/class_PoolablePeer.php
application/hub/interfaces/socket/.htaccess [new file with mode: 0644]
application/hub/interfaces/socket/class_SocketTag.php [new file with mode: 0644]
application/hub/main/class_BaseHubSystem.php
application/hub/main/discovery/socket/class_PackageSocketDiscovery.php
application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php
application/hub/main/helper/connection/.htaccess [new file with mode: 0644]
application/hub/main/helper/connection/class_BaseConnectionHelper.php [new file with mode: 0644]
application/hub/main/helper/connection/tcp/.htaccess [new file with mode: 0644]
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php [new file with mode: 0644]
application/hub/main/helper/connection/udp/.htaccess [new file with mode: 0644]
application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php [new file with mode: 0644]
application/hub/main/helper/hub/class_
application/hub/main/helper/hub/class_BaseHubHelper.php
application/hub/main/helper/hub/connection/.htaccess [new file with mode: 0644]
application/hub/main/helper/hub/connection/class_HubConnectionHelper.php [new file with mode: 0644]
application/hub/main/helper/hub/connection/class_HubSelfConnectHelper.php [new file with mode: 0644]
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
application/hub/main/registry/socket/.htaccess [new file with mode: 0644]
application/hub/main/registry/socket/class_SocketRegistry.php [new file with mode: 0644]
application/hub/main/tasks/hub/class_HubSelfConnectTask.php
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php
application/hub/main/tools/.htaccess [new file with mode: 0644]
application/hub/main/tools/class_HubTools.php [new file with mode: 0644]