]> git.mxchange.org Git - hub.git/commit - application/hub/main/streams/raw_data/input/class_RawDataInputStream.php
Renamed FooNetworkPackageHandler to FooRawDataHandler, because it handles raw data...
authorRoland Häder <roland@mxchange.org>
Wed, 20 Apr 2011 05:13:56 +0000 (05:13 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Apr 2011 05:13:56 +0000 (05:13 +0000)
commit9aa0ae335d8821392ae8a97f9a0c05638a131e66
tree24b705bc959e043c10d89850e4b96a7c1ae1479c
parent1ffaee9c3c9e31c46acd554633ddb68ce0162fd9
Renamed FooNetworkPackageHandler to FooRawDataHandler, because it handles raw data from the socket and not abstracted 'NetworkPackage' data
13 files changed:
.gitattributes
application/hub/config.php
application/hub/main/handler/network/class_BaseNetworkPackageHandler.php
application/hub/main/handler/network/class_BaseRawDataHandler.php [new file with mode: 0644]
application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php
application/hub/main/handler/network/tcp/class_TcpRawDataHandler.php [new file with mode: 0644]
application/hub/main/handler/network/udp/class_UdpNetworkPackageHandler.php
application/hub/main/handler/network/udp/class_UdpRawDataHandler.php [new file with mode: 0644]
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/listener/udp/class_UdpListener.php
application/hub/main/resolver/state/network/class_NetworkStateResolver.php
application/hub/main/streams/raw_data/input/class_RawDataInputStream.php