[Network] add stream socket class
Review Request #7 — Created Oct. 25, 2012 and discarded — Latest diff uploaded
Information | |
---|---|
olivier | |
Lunr | |
personal/olivier/stream | |
12249 | |
Reviewers | |
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
Changes between revision 2 and 3
orig
1
2
3
4
5
6
7
8
9
10
system/libraries/network/class.streamsocket.inc.php |
---|
tests/system/libraries/network/class.streamsocket.base.test.php |
---|
tests/system/libraries/network/class.streamsocket.setget.test.php |
---|
tests/system/libraries/network/class.streamsocket.state.test.php |
---|
tests/system/libraries/network/class.streamsocket.test.php |
---|