#include <server_handler.hh>

Public Member Functions | |
| ServerHandler (uint32_t port) | |
| ~ServerHandler ()=default | |
| void | attach (NetObserver *) |
| bool | establish () |
| It will start the accepting loop. More... | |
| bool | close () |
| ServerHandler::ServerHandler | ( | uint32_t | port | ) |
|
default |
| void ServerHandler::attach | ( | NetObserver * | node_ | ) |
| bool ServerHandler::close | ( | ) |
| bool ServerHandler::establish | ( | ) |
It will start the accepting loop.
1.8.6