|
SNode.C
|
This is the complete list of members for web::http::server::Server< SocketServerT >, including all inherited members.
| Request typedef | web::http::server::Server< SocketServerT > | |
| Response typedef | web::http::server::Server< SocketServerT > | |
| Server(const std::string &name, const std::function< void(SocketConnection *)> &onConnect, const std::function< void(SocketConnection *)> &onConnected, const std::function< void(SocketConnection *)> &onDisconnect, std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &&onRequestReady) | web::http::server::Server< SocketServerT > | inline |
| Server(const std::function< void(SocketConnection *)> &onConnect, const std::function< void(SocketConnection *)> &onConnected, const std::function< void(SocketConnection *)> &onDisconnect, std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &&onRequestReady) | web::http::server::Server< SocketServerT > | inline |
| Server(const std::string &name, std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &&onRequestReady) | web::http::server::Server< SocketServerT > | inline |
| Server(const std::function< void(const std::shared_ptr< Request > &, std::shared_ptr< Response > &)> &&onRequestReady) | web::http::server::Server< SocketServerT > | inlineexplicit |
| SocketAddress typedef | web::http::server::Server< SocketServerT > | |
| SocketConnection typedef | web::http::server::Server< SocketServerT > | |
| Super typedef | web::http::server::Server< SocketServerT > | private |