Processor Counter Monitor
|
Public Member Functions | |
Server (const std::string &listenIP, uint16_t port) noexcept(false) | |
Server (Server const &)=delete | |
Server & | operator= (Server const &)=delete |
virtual void | run ()=0 |
Protected Attributes | |
std::string | listenIP_ |
WorkQueue | wq_ |
int | serverSocket_ |
uint16_t | port_ |