Wolframe, 0.0.3

_Wolframe::ServerHandler Class Reference

The server main handler All it should do is to provide connection handlers. More...

#include <connectionHandler.hpp>

Inheritance diagram for _Wolframe::ServerHandler:

Public Member Functions

 ServerHandler (const HandlerConfiguration *conf, const module::ModulesDirectory *modules)
 
 ~ServerHandler ()
 
net::ConnectionHandlernewConnection (const net::LocalEndpointR &local)
 Create a new connection handler and return a pointer to it. More...
 

Private Attributes

ServerHandlerImpl * m_impl
 

Detailed Description

The server main handler All it should do is to provide connection handlers.

Constructor & Destructor Documentation

_Wolframe::ServerHandler::ServerHandler ( const HandlerConfiguration *  conf,
const module::ModulesDirectory modules 
)
_Wolframe::ServerHandler::~ServerHandler ( )

Member Function Documentation

net::ConnectionHandler* _Wolframe::ServerHandler::newConnection ( const net::LocalEndpointR local)

Create a new connection handler and return a pointer to it.

Member Data Documentation

ServerHandlerImpl* _Wolframe::ServerHandler::m_impl
private

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