|
class | HttpClient |
| Singleton that handles asynchrounous http requests. More...
|
|
class | HttpRequest |
| Defines the object which users must packed for HttpClient::send(HttpRequest*) method. More...
|
|
class | HttpRequest::_prxy |
| This sub class is just for migration SEL_CallFuncND to SEL_HttpResponse,someday this way will be removed. More...
|
|
class | HttpResponse |
| defines the object which users will receive at onHttpCompleted(sender, HttpResponse) callback. More...
|
|
class | SocketIO |
| Singleton and wrapper class to provide static creation method as well as registry of all sockets. More...
|
|
class | SocketIO::SIODelegate |
| The delegate class to process socket.io events. More...
|
|
class | SIOClient |
| A single connection to a socket.io endpoint. More...
|
|
class | WebSocket |
| WebSocket is wrapper of the libwebsockets-protocol, let the develop could call the websocket easily. More...
|
|
struct | WebSocket::Data |
| Data structure for message. More...
|
|
class | WebSocket::Delegate |
| The delegate class is used to process websocket events. More...
|
|