This is the complete list of members for WsWebApp, including all inherited members.
handleBinaryMessage(WsSession &session, std::string_view path)=0 | WsWebApp | pure virtual |
handleClose(WsSession &session, std::string_view path)=0 | WsWebApp | pure virtual |
handlePing(WsSession &session, std::string_view path)=0 | WsWebApp | pure virtual |
handlePong(WsSession &session, std::string_view path)=0 | WsWebApp | pure virtual |
handleTextMessage(WsSession &session, std::string_view path)=0 | WsWebApp | pure virtual |
~WsWebApp()=default | WsWebApp | virtual |