HTTP (used by XPlayer and License)
[XPlayer]
HTTP connection class.
More...Classes | |
| class | HTTP |
Detailed Description
HTTP connection class.Provides services for creating and managing HTTP requests. This is non-blocking and runs as a separate thread on the device. It also provides a method for canceling an ongoing transaction.
How to use:
- create an instance
-
call
sendByGet()to begin a transaction -
call
isInProgress()to find out the status of an on going transaction -
call
cancel()to stop at anytime -
check
m_responsefor return from server -
call
cleanup()to free resources (will free them_responsebuffer, so use it before cleanup)
- Author:
- Gameloft Online Team
- Version:
- 1.0.9
- Copyright:
- Gameloft SA � 2006
Generated on Tue Sep 23 23:05:31 2008 for GLLib by
1.5.2