]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Sat, 12 Sep 2015 19:11:08 +0000 (21:11 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 12 Sep 2015 19:11:34 +0000 (21:11 +0200)
commit64c177abc79f904bc0e0cf78f83a939dfa5ef9e4
tree33df56d6dc3b6cf79501af381256ff40da03d577
parent1277bc312f5e5fe20eb9d4e5320cde4fadeadb5c
Continued:
- moved some files/methods ("generic" enough to be here) from 'hub'.
- continued with file-based socket listener to allow listening to sockets ...

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config.php
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/handler/raw_data/class_BaseDataHandler.php [new file with mode: 0644]
inc/main/classes/handler/raw_data/network/.htaccess [new file with mode: 0644]
inc/main/classes/handler/raw_data/network/class_ [new file with mode: 0644]
inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php [new file with mode: 0644]
inc/main/classes/listener/class_BaseListener.php
inc/main/classes/listener/socket/class_SocketFileListener.php
inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
inc/main/exceptions/socket/class_SocketBindingException.php [new file with mode: 0644]
inc/main/interfaces/index/stack/class_IndexableStack.ph [new file with mode: 0644]