]> git.mxchange.org Git - hub.git/commit
New iterator introduced, low-level TCP connections supported (unfinished):
authorRoland Häder <roland@mxchange.org>
Sat, 8 Aug 2009 19:16:32 +0000 (19:16 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 8 Aug 2009 19:16:32 +0000 (19:16 +0000)
commit4dfbbe06642a017594f132bd2bdea5fcf9c21c74
treef3511ea623b7d23aa8ccc0a1cc120a5067f3f31b
parent783335c95107bc1a45b0cdade1499c1fdb20358a
New iterator introduced, low-level TCP connections supported (unfinished):
- New iterator NetworkListenIterator added which should be used for listening
  to network packages through multiple listeners.
- Several getter added to get a list of all listeners
.gitattributes
application/hub/config.php
application/hub/main/iterator/network/.htaccess [new file with mode: 0644]
application/hub/main/iterator/network/class_NetworkListenIterator.php [new file with mode: 0644]
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/lists/class_BaseList.php
application/hub/main/lists/groups/class_ListGroupList.php
application/hub/main/pools/class_BasePool.php
application/hub/main/pools/client/class_DefaultClientPool.php