WebsocketConnection.h File Reference
#include "Network/TcpServer.h"
#include "../HttpConnection.h"
#include "ws_parser/ws_parser.h"
Include dependency graph for WebsocketConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WsFrameInfo
 
class  WebsocketConnection
 

Macros

#define WEBSOCKET_VERSION   13
 

Typedefs

typedef Vector< WebsocketConnection * > WebsocketList
 
typedef Delegate< void(WebsocketConnection &)> WebsocketDelegate
 
typedef Delegate< void(WebsocketConnection &, const String &)> WebsocketMessageDelegate
 
typedef Delegate< void(WebsocketConnection &, uint8_t *data, size_t size)> WebsocketBinaryDelegate
 

Enumerations

enum  WsConnectionState { eWSCS_Ready, eWSCS_Open, eWSCS_Closed }