[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
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 10. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
system/libraries/network/class.streamsocket.inc.php |
---|
tests/phpunit.xml |
---|
tests/system/libraries/network/class.curl.base.test.php |
---|
tests/system/libraries/network/class.curl.execute.test.php |
---|
tests/system/libraries/network/class.curl.request.test.php |
---|
tests/system/libraries/network/class.curl.setget.test.php |
---|
tests/system/libraries/network/class.curl.test.php |
---|
tests/system/libraries/network/class.streamsocket.base.test.php |
---|
tests/system/libraries/network/class.streamsocket.context.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 |
---|