![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <IzPlatformComms.h>
Public Member Functions | |
| bool | isInitialised () const |
| virtual int | Init ()=0 |
| virtual void | Release ()=0 |
| virtual CzHttpObject | HttpCreate ()=0 |
| virtual void | HttpDestroy (CzHttpObject http_object)=0 |
| virtual void | HttpUpdate (CzHttpObject http_object)=0 |
| virtual void | HttpCancel (CzHttpObject http_object)=0 |
| virtual bool | HttpGetHeader (CzHttpObject http_object, const char *header_name, CzString &header_data)=0 |
| virtual int | HttpGetResponseCode (CzHttpObject http_object)=0 |
| virtual void | HttpSetRequestHeader (CzHttpObject http_object, const char *header_name, const char *header_data)=0 |
| virtual bool | HttpProcessRequest (CzHttpObject http_object, CzHttpRequest *request)=0 |
| virtual CzString | HttpDetermineUserAgent ()=0 |
Protected Attributes | |
| bool | Initialised |
| virtual void IzPlatformComms::HttpCancel | ( | CzHttpObject | http_object | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual CzHttpObject IzPlatformComms::HttpCreate | ( | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual void IzPlatformComms::HttpDestroy | ( | CzHttpObject | http_object | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual CzString IzPlatformComms::HttpDetermineUserAgent | ( | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual bool IzPlatformComms::HttpGetHeader | ( | CzHttpObject | http_object, |
| const char * | header_name, | ||
| CzString & | header_data | ||
| ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual int IzPlatformComms::HttpGetResponseCode | ( | CzHttpObject | http_object | ) | [pure virtual] |
Implemented in CzPlatformComms.
| virtual bool IzPlatformComms::HttpProcessRequest | ( | CzHttpObject | http_object, |
| CzHttpRequest * | request | ||
| ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual void IzPlatformComms::HttpSetRequestHeader | ( | CzHttpObject | http_object, |
| const char * | header_name, | ||
| const char * | header_data | ||
| ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual void IzPlatformComms::HttpUpdate | ( | CzHttpObject | http_object | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| virtual int IzPlatformComms::Init | ( | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
| bool IzPlatformComms::isInitialised | ( | ) | const [inline] |
| virtual void IzPlatformComms::Release | ( | ) | [pure virtual] |
Implemented in CzPlatformComms, and CzPlatformComms.
bool IzPlatformComms::Initialised [protected] |