Web::AppServer Class Reference

The Server class implements a simple TCP server. More...

#include <Server.h>

Public Member Functions

 AppServer (bool direct=false, QObject *parent=nullptr)
 

Protected Member Functions

void customEvent (QEvent *e)
 
void incomingConnection (qintptr socket)
 

Detailed Description

The Server class implements a simple TCP server.

Constructor & Destructor Documentation

◆ AppServer()

AppServer::AppServer ( bool  direct = false,
QObject parent = nullptr 
)

Member Function Documentation

◆ customEvent()

void AppServer::customEvent ( QEvent e)
protected

◆ incomingConnection()

void AppServer::incomingConnection ( qintptr  socket)
protected

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