GLLib: HTTP (used by XPlayer and License)

GLLib

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:

  1. create an instance
  2. call sendByGet() to begin a transaction
  3. call isInProgress() to find out the status of an on going transaction
  4. call cancel() to stop at anytime
  5. check m_response for return from server
  6. call cleanup() to free resources (will free the m_response buffer, 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  doxygen 1.5.2