cocos2d-x 3.0 |
)
- 命名空间列表 - 命名空间成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
cocos2d::network 命名空间参考
## 类 | |
class | HttpClient |
处理异步http请求的单例模式 一旦请求完成,一个在生成请求时被提供的回调函数,会被发到主线程中 更多… | |
class | HttpRequest |
定义了用户必须为 HttpClient::send(HttpRequest*) 方法打包的对象 请移步 tests/test-cpp/Classes/ExtensionTest/NetworkTest/HttpClientTest.cpp 作为参考 更多… | |
class | HttpResponse |
定义了用户会在onHttpCompleted(sender, HttpResponse) 回调中接收的对象 请移步 tests/test-cpp/Classes/ExtensionTest/NetworkTest/HttpClientTest.cpp 作为参考 更多… | |
class | SIOClient |
到socket.io端点的单个连接 更多… | |
class | SocketIO |
单例和包装的类,提供了静态创建方法以及所有sockets的注册 更多… | |
class | WebSocket |
## 类型定义 | |
typedef std::function< void(HttpClient client, HttpResponse response)> | ccHttpRequestCallback |
typedef void(cocos2d::Ref:: | SEL_HttpResponse )(HttpClient client, HttpResponse response) |
typedef std::function< void(SIOClient , const std::string &)> | SIOEvent |
typedef std::unordered_map < std::string, SIOEvent > | EventRegistry |
类型定义说明
typedef std::function<void(HttpClient client, HttpResponse response)> ccHttpRequestCallback |
typedef std::unordered_map<std::string, SIOEvent> EventRegistry |
typedef void(cocos2d::Ref:: SEL_HttpResponse)(HttpClient client, HttpResponse *response) |
typedef std::function<void(SIOClient*, const std::string&)> SIOEvent |