extensions/network
sssss年
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WebSocket
#ifndef __CC_WEBSOCKET_H__ #define __CC_WEBSOCKET_H__ #include "ExtensionMacros.h" #include "cocos2d.h" #include "libwebsockets.h" #include NS_CC_EXT_BEGIN clas原创 2014-05-25 07:09:25 · 1188 阅读 · 0 评论 -
HttpClient(联网)
#ifndef __CCHTTPREQUEST_H__ #define __CCHTTPREQUEST_H__ #include "cocos2d.h" #include "ExtensionMacros.h" #include "HttpRequest.h" #include "HttpResponse.h" NS_CC_EXT_BEGIN原创 2014-05-25 07:09:58 · 1541 阅读 · 0 评论 -
HttpResponse(联网 http回应)
#ifndef __HTTP_RESPONSE__ #define __HTTP_RESPONSE__ #include "cocos2d.h" #include "ExtensionMacros.h" #include "HttpRequest.h" NS_CC_EXT_BEGIN /** @brief defines the object原创 2014-05-25 07:09:43 · 1502 阅读 · 0 评论 -
HttpRequest(联网 http请求)
#ifndef __HTTP_REQUEST_H__ #define __HTTP_REQUEST_H__ #include "cocos2d.h" #include "ExtensionMacros.h" NS_CC_EXT_BEGIN class CCHttpClient; class CCHttpResponse; typedef void原创 2014-05-25 07:10:11 · 2252 阅读 · 0 评论
分享