17 #ifndef COM_BORA_SOFTWARE__BALAU_NETWORK_HTTP_SERVER_WS_WEB_APPS__ECHOING_WS_WEB_APP 18 #define COM_BORA_SOFTWARE__BALAU_NETWORK_HTTP_SERVER_WS_WEB_APPS__ECHOING_WS_WEB_APP 43 #endif // COM_BORA_SOFTWARE__BALAU_NETWORK_HTTP_SERVER_WS_WEB_APPS__ECHOING_WS_WEB_APP void handlePong(WsSession &session, std::string_view path) override
Handle a received pong control message.
Abstract base class of WebSocket web application handlers.
Abstract base class of WebSocket web application handlers.
Definition: WsWebApp.hpp:36
void handleClose(WsSession &session, std::string_view path) override
Handle a received close control message.
void handleTextMessage(WsSession &session, std::string_view path) override
Handle received text data.
void handlePing(WsSession &session, std::string_view path) override
Handle a received ping control message.
WebSocket web application that echos messages back to the client.
Definition: EchoingWsWebApp.hpp:29
void handleBinaryMessage(WsSession &session, std::string_view path) override
Handle received binary data.
Manages the handling of WebSocket messages in a WebSocket connection.
Definition: WsSession.hpp:35
A set of WebSocket web apps provided by the Balau library.
Definition: EchoingWsWebApp.hpp:22