MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Server

Method Server

MonaCore/sources/Server.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39void ServerManager::handle(Exception& ex) { _server.manage(); }
40
41Server::Server(UInt32 socketBufferSize,UInt16 threads) : Startable("Server"),Handler(socketBufferSize,threads),_countClients(0),_protocols(*this),_manager(*this) {
42 if (socketBufferSize>0)
43 DEBUG("Socket Buffer size of ",socketBufferSize," bytes")
44}
45
46Server::~Server() {
47 stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected