- 首页 
- 相关页面 
- 模块 
- 命名空间 
- 类 
- 文件 
-
  
   
)
- 类列表 
- 类索引 
- 类继承关系 
- 类成员 
 
  
  
  全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
  
  
 Public 类型 | Public 成员函数 | 静态 Public 属性 | 所有成员列表 
LuaMinXmlHttpRequest类 参考
 
#include 
 类 LuaMinXmlHttpRequest 继承关系图:
 
  
 | 
##  静态 Public 属性
 | 
 | static const unsigned short  | UNSENT = 0 | 
 |   | 
 | static const unsigned short  | OPENED = 1 | 
 |   | 
 | static const unsigned short  | HEADERS_RECEIVED = 2 | 
 |   | 
 | static const unsigned short  | LOADING = 3 | 
 |   | 
 | static const unsigned short  | DONE = 4 | 
 |   | 
 
成员枚举类型说明
  
 | 枚举值 | 
|---|
| STRING  |   | 
 | ARRAY_BUFFER  |   | 
 | BLOB  |   | 
 | DOCUMENT  |   | 
 | JSON  |   | 
 
构造及析构函数说明
  
  
成员函数说明
  
  
  | void _setHttpRequestHeader  |  ( |   | ) |   |  
 
  
  | void getByteData  |  ( |  unsigned char *  |  byteData | ) |   |  
 
  
  
   
  | std::string getDataStr  |  ( |   | ) |   |     
   |   inline  |  
 
  
   
  | std::map<std::string, std::string> getHttpHeader  |  ( |   | ) |   |     
   |   inline  |  
 
  
  
   
  | std::string getMethod  |  ( |   | ) |   |     
   |   inline  |  
 
  
  
  
  
   
  | std::string getStatusText  |  ( |   | ) |   |     
   |   inline  |  
 
  
  
  
   
  | bool getWithCredentialsValue  |  ( |   | ) |   |     
   |   inline  |  
 
  
  
   
  | void setAsync  |  ( |  bool  |  isAsync | ) |   |     
   |   inline  |  
 
  
   
  | void setIsNetWork  |  ( |  bool  |  isNetWork | ) |   |     
   |   inline  |  
 
  
   
  | void setMethod  |  ( |  std::string  |  meth | ) |   |     
   |   inline  |  
 
  
   
  | void setReadyState  |  ( |  int  |  readyState | ) |   |     
   |   inline  |  
 
  
  | void setRequestHeader  |  ( |  const char   |  field,  |  
   |   |  const char   |  value  |  
   |  ) |   |  |  
 
  
  
   
  | void setTimeout  |  ( |  unsigned  |  timeOut | ) |   |     
   |   inline  |  
 
  
   
  | void setUrl  |  ( |  std::string  |  url | ) |   |     
   |   inline  |  
 
  
   
  | void setWithCredentialsValue  |  ( |  bool  |  value | ) |   |     
   |   inline  |  
 
类成员变量说明
  
   
  | const unsigned short DONE = 4 |     
   |   static  |  
 
  
   
  | const unsigned short HEADERS_RECEIVED = 2 |     
   |   static  |  
 
  
   
  | const unsigned short LOADING = 3 |     
   |   static  |  
 
  
   
  | const unsigned short OPENED = 1 |     
   |   static  |  
 
  
   
  | const unsigned short UNSENT = 0 |     
   |   static  |  
 
该类的文档由以下文件生成: