#include <websocket_message.hpp>
Public Types | |
| enum | type { type_unknown, type_text, type_binary, type_close, type_ping, type_pong } |
Public Member Functions | |
| WebsocketMessage () | |
Public Attributes | |
| std::string | content |
| enum async_web_server_cpp::WebsocketMessage::type | type |
A websocket message that in potentially constructed from/destructed to a WebsocketFrame.
Definition at line 109 of file websocket_message.hpp.
| Enumerator | |
|---|---|
| type_unknown | |
| type_text | |
| type_binary | |
| type_close | |
| type_ping | |
| type_pong | |
Definition at line 113 of file websocket_message.hpp.
| async_web_server_cpp::WebsocketMessage::WebsocketMessage | ( | ) |
Definition at line 206 of file websocket_message.cpp.
| std::string async_web_server_cpp::WebsocketMessage::content |
Definition at line 122 of file websocket_message.hpp.