[Network] add stream socket class

Review Request #7 — Created Oct. 25, 2012 and discarded — Latest diff uploaded

olivier
Lunr
personal/olivier/stream
12249
lunr
Add StreamSocket class to Network namespace.

Abstract class created in system/libraries/network/class.streamclient.inc.php:
-Will be followed by concrete class StreamSocketClient.
-Should be use later if need of a StreamSocketServer class

Unit test case created in tests/system/libraries/network/class.streamsocket.*.test.php
-ant phpunit
-custom test made for sending push notification to APNS
Loading...