KISSCPP
a C++ library for rapid application development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
kisscpp::Server Class Reference

#include <server.hpp>

Inheritance diagram for kisscpp::Server:
Inheritance graph
[legend]
Collaboration diagram for kisscpp::Server:
Collaboration graph
[legend]

Public Member Functions

 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)
 

Constructor & Destructor Documentation

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

Here is the call graph for this function:

kisscpp::Server::~Server ( )
inline

Member Function Documentation

void kisscpp::Server::register_handler ( RequestHandlerPtr  _handler)

Here is the call graph for this function:

void kisscpp::Server::run ( )

Here is the call graph for this function:

void kisscpp::Server::stop ( )

Here is the call graph for this function:


The documentation for this class was generated from the following files: