|
CoreComponents 4.0.0
A Modern C++ Toolkit
|
WebSocket control frame to send out a life-signal. More...
#include <WebSocketPong>
Public Member Functions | |
| WebSocketPong (const WebSocketFrame &frame) | |
| Interpret frame as a WebSocket pong frame. | |
| operator bool () const | |
| Tell is this is a WebSocket pong frame. | |
| const String & | payload () const |
| Payload data | |
Static Public Member Functions | |
| static WebSocketFrame | createFrame (const WebSocketPing &ping) |
| Creata a pong frame in response to ping. | |
| static WebSocketFrame | createFrame (const String &payload=String{}) |
| Create an unsolicited pong frame. | |
WebSocket control frame to send out a life-signal.
|
explicit |
Interpret frame as a WebSocket pong frame.
|
static |
Creata a pong frame in response to ping.
|
static |
Create an unsolicited pong frame.
|
explicit |
Tell is this is a WebSocket pong frame.
| const String & payload | ( | ) | const |
Payload data