ESP32 HTTPS Server
httpsserver::WebsocketNode Class Reference
Inheritance diagram for httpsserver::WebsocketNode:
Collaboration diagram for httpsserver::WebsocketNode:

Public Member Functions

 WebsocketNode (const std::string &path, const WebsocketHandlerCreator creatorFunction, const std::string &tag="")
 
WebsocketHandlernewHandler ()
 
std::string getMethod ()
 
- Public Member Functions inherited from httpsserver::HTTPNode
 HTTPNode (const std::string &path, const HTTPNodeType nodeType, const std::string &tag="")
 
bool hasPathParameter ()
 
size_t getPathParamCount ()
 
ssize_t getParamIdx (size_t)
 
std::vector< HTTPValidator * > * getValidators ()
 
void addPathParamValidator (size_t paramIdx, const HTTPValidationFunction *validator)
 

Additional Inherited Members

- Public Attributes inherited from httpsserver::HTTPNode
const std::string _path
 
const std::string _tag
 
const HTTPNodeType _nodeType
 

The documentation for this class was generated from the following files: