List of all members |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions
Web::AppServer Class Reference
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()
|
protected |
References Web::ServerEvent::request(), runPython(), and Web::ServerEvent::socket().
◆ incomingConnection()
void AppServer::incomingConnection | ( | int | socket | ) |
◆ runPython()
|
static |
References Web::Firewall::filter(), Web::Firewall::getInstance(), Base::Interpreter(), and Base::InterpreterSingleton::runString().
Referenced by customEvent().
The documentation for this class was generated from the following files:
- src/Mod/Web/App/Server.h
- src/Mod/Web/App/Server.cpp