WsCommandHandlerResource Class Reference
#include <WsCommandHandlerResource.h>
Inheritance diagram for WsCommandHandlerResource:
Collaboration diagram for WsCommandHandlerResource:
Public Member Functions | |
WsCommandHandlerResource () | |
Protected Member Functions | |
int | checkHeaders (HttpServerConnection &connection, HttpRequest &request, HttpResponse &response) override |
void | onMessage (WebsocketConnection &connection, const String &message) |
![]() | |
bool | onConnect () |
WebsocketResource () | |
void | shutdown (HttpServerConnection &connection) override |
Takes care to cleanup the connection. More... | |
void | setConnectionHandler (WebsocketDelegate handler) |
void | setMessageHandler (WebsocketMessageDelegate handler) |
void | setBinaryHandler (WebsocketBinaryDelegate handler) |
void | setPongHandler (WebsocketDelegate handler) |
void | setDisconnectionHandler (WebsocketDelegate handler) |
![]() | |
virtual | ~HttpResource () |
Additional Inherited Members | |
![]() | |
WebsocketDelegate | wsConnect = nullptr |
WebsocketMessageDelegate | wsMessage = nullptr |
WebsocketBinaryDelegate | wsBinary = nullptr |
WebsocketDelegate | wsPong = nullptr |
WebsocketDelegate | wsDisconnect = nullptr |
![]() | |
HttpServerConnectionBodyDelegate | onBody = nullptr |
resource wants to process the raw body data More... | |
HttpResourceDelegate | onHeadersComplete = nullptr |
headers are ready More... | |
HttpResourceDelegate | onRequestComplete = nullptr |
request is complete OR upgraded More... | |
HttpServerConnectionUpgradeDelegate | onUpgrade = nullptr |
request is upgraded and raw data is passed to it More... | |
Constructor & Destructor Documentation
◆ WsCommandHandlerResource()
|
inline |
Member Function Documentation
◆ checkHeaders()
|
inlineoverrideprotectedvirtual |
Reimplemented from WebsocketResource.
◆ onMessage()
|
inlineprotected |
The documentation for this class was generated from the following file: