Classes | Namespaces | Functions
RoutingWsWebApp.hpp File Reference

(2)

A WebSocket web application handler that routes to other handlers. More...

#include <Balau/Container/ObjectTrie.hpp>
#include <Balau/Network/Http/Server/WsWebApp.hpp>
Include dependency graph for RoutingWsWebApp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RoutingWsWebApp
 A WebSocket web application handler that routes to other handlers. More...
 

Namespaces

 Balau::Network::Http::WsWebApps
 A set of WebSocket web apps provided by the Balau library.
 

Functions

template<typename HandlerT , typename ... ParamT>
RoutingWsWebApp::Value routingNode (const std::string &key, ParamT &&... param)
 Convenience function to make a routing node from a handler type, a string key, and the handler constructor arguments. More...
 
template<typename HandlerT >
RoutingWsWebApp::Value routingNode (const std::string &key)
 Convenience function to make routing nodes from a handler type, a string key, and no handler constructor arguments. More...
 

Detailed Description

A WebSocket web application handler that routes to other handlers.