#include <server.hpp>
|
| Server (std::size_t io_service_pool_size, const std::string &application_id, const std::string &application_instance, bool runAsDaemon=true, const std::string &config_root_path="", const std::string &address="get_from_config", const std::string &port="get_from_config") |
|
| ~Server () |
|
void | run () |
|
void | stop () |
|
void | register_handler (RequestHandlerPtr _handler) |
|
kisscpp::Server::Server |
( |
std::size_t |
io_service_pool_size, |
|
|
const std::string & |
application_id, |
|
|
const std::string & |
application_instance, |
|
|
bool |
runAsDaemon = true , |
|
|
const std::string & |
config_root_path = "" , |
|
|
const std::string & |
address = "get_from_config" , |
|
|
const std::string & |
port = "get_from_config" |
|
) |
| |
|
explicit |
kisscpp::Server::~Server |
( |
| ) |
|
|
inline |
void kisscpp::Server::run |
( |
| ) |
|
void kisscpp::Server::stop |
( |
| ) |
|
The documentation for this class was generated from the following files: