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

#include <Server.h>

Public Member Functions

 AppServer (QObject *parent=0)
 
void incomingConnection (int socket)
 

Static Public Member Functions

static std::string runPython (const QByteArray &)
 

Protected Member Functions

void customEvent (QEvent *e)
 

Detailed Description

The Server class implements a simple TCP server.

Constructor & Destructor Documentation

◆ AppServer()

AppServer::AppServer ( QObject parent = 0)

Member Function Documentation

◆ customEvent()

void AppServer::customEvent ( QEvent e)
protected

◆ incomingConnection()

void AppServer::incomingConnection ( int  socket)

◆ runPython()

std::string AppServer::runPython ( const QByteArray &  msg)
static

The documentation for this class was generated from the following files:
  • src/Mod/Web/App/Server.h
  • src/Mod/Web/App/Server.cpp