System main class, implementing the server side. More...
#include <Server.h>
Public Member Functions | |
| bool | checkArguments (int argc, char **argv) |
| void | start () |
System main class, implementing the server side.
The Server class implements the main server-side thread; this thread is in charge of the system initialization, the socket listening, the threads handling and the cleanup handling.
| bool Server::checkArguments | ( | int | argc, |
| char ** | argv | ||
| ) |
| argc | the number of arguments. #param argv pointer to the arguments vector. |
| void Server::start | ( | ) |
Main function; it starts the listening server after the proper initialization.
1.8.8