Typedefs | |
| using | WebApp = WebAppT<web::http::legacy::rc::Server> |
Functions | |
| WebApp | Server (const std::string &instanceName, const express::Router &router, const std::function< void(const std::string &, WebApp::SocketAddress, const core::socket::State &)> &reportState, const std::function< void(typename WebApp::Config &)> &configurator) |
| WebApp | Server (const std::string &instanceName, const express::Router &router, const std::function< void(WebApp::Config &)> &configurator) |
| WebApp | Server (const std::string &instanceName, const std::function< void(const std::string &, WebApp::SocketAddress, const core::socket::State &)> &reportState, const std::function< void(typename WebApp::Config &)> &configurator) |
| WebApp | Server (const std::string &instanceName, const std::function< void(WebApp::Config &)> &configurator) |
| WebApp | Server (const std::string &instanceName, const express::Router &router, const std::function< void(typename WebApp::Config &)> &configurator) |
| WebApp | Server (const std::string &instanceName, const std::function< void(typename WebApp::Config &)> &configurator) |
| WebApp express::legacy::rc::Server | ( | const std::string & | instanceName, |
| const express::Router & | router, | ||
| const std::function< void(const std::string &, WebApp::SocketAddress, const core::socket::State &)> & | reportState = nullptr, | ||
| const std::function< void(typename WebApp::Config &)> & | configurator = nullptr ) |
Definition at line 55 of file Server.cpp.
References core::socket::State::DISABLED, core::socket::State::ERROR, core::socket::State::FATAL, core::socket::Socket< ConfigT >::getConfig(), express::Router::getRoutes(), core::socket::stream::SocketServer< SocketAcceptorT, SocketContextFactoryT, Args >::listen(), core::socket::State::OK, net::rc::SocketAddress::toString(), express::WebAppT< ServerT >::WebAppT(), and core::socket::State::what().
Referenced by Server(), and Server().
| WebApp express::legacy::rc::Server | ( | const std::string & | instanceName, |
| const express::Router & | router, | ||
| const std::function< void(typename WebApp::Config &)> & | configurator ) |
| WebApp express::legacy::rc::Server | ( | const std::string & | instanceName, |
| const express::Router & | router, | ||
| const std::function< void(WebApp::Config &)> & | configurator ) |
Definition at line 99 of file Server.cpp.
References Server().
Referenced by Server().
| WebApp express::legacy::rc::Server | ( | const std::string & | instanceName, |
| const std::function< void(const std::string &, WebApp::SocketAddress, const core::socket::State &)> & | reportState = nullptr, | ||
| const std::function< void(typename WebApp::Config &)> & | configurator = nullptr ) |
Definition at line 103 of file Server.cpp.
References express::Router::Router(), and Server().
| WebApp express::legacy::rc::Server | ( | const std::string & | instanceName, |
| const std::function< void(typename WebApp::Config &)> & | configurator ) |
| WebApp express::legacy::rc::Server | ( | const std::string & | instanceName, |
| const std::function< void(WebApp::Config &)> & | configurator ) |
Definition at line 109 of file Server.cpp.
References express::Router::Router(), and Server().