SNode.C
Loading...
Searching...
No Matches
Server.cpp File Reference
#include "express/tls/in6/Server.h"
#include "log/Logger.h"
Include dependency graph for Server.cpp:

Go to the source code of this file.

Namespaces

namespace  express
namespace  express::tls
namespace  express::tls::in6

Functions

WebApp express::tls::in6::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 express::tls::in6::Server (const std::string &instanceName, const express::Router &router, const std::function< void(WebApp::Config &)> &configurator)
WebApp express::tls::in6::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 express::tls::in6::Server (const std::string &instanceName, const std::function< void(WebApp::Config &)> &configurator)