The server main handler All it should do is to provide connection handlers. More...
#include <connectionHandler.hpp>
Public Member Functions | |
ServerHandler (const HandlerConfiguration *conf, const module::ModulesDirectory *modules) | |
~ServerHandler () | |
net::ConnectionHandler * | newConnection (const net::LocalEndpointR &local) |
Create a new connection handler and return a pointer to it. More... | |
Private Attributes | |
ServerHandlerImpl * | m_impl |
The server main handler All it should do is to provide connection handlers.
_Wolframe::ServerHandler::ServerHandler | ( | const HandlerConfiguration * | conf, |
const module::ModulesDirectory * | modules | ||
) |
_Wolframe::ServerHandler::~ServerHandler | ( | ) |
net::ConnectionHandler* _Wolframe::ServerHandler::newConnection | ( | const net::LocalEndpointR & | local | ) |
Create a new connection handler and return a pointer to it.
|
private |
Copyright © 2014 - Project Wolframe - All Rights Reserved