Gui::HttpServer Class Reference
The HttpServer class implements a simple HTTP server. More...
#include <OnlineDocumentation.h>
Public Member Functions | |
HttpServer (QObject *parent=0) | |
void | incomingConnection (int socket) |
void | pause () |
void | resume () |
Detailed Description
The HttpServer class implements a simple HTTP server.
Constructor & Destructor Documentation
◆ HttpServer()
HttpServer::HttpServer | ( | QObject * | parent = 0 | ) |
Member Function Documentation
◆ incomingConnection()
void HttpServer::incomingConnection | ( | int | socket | ) |
◆ pause()
void HttpServer::pause | ( | ) |
◆ resume()
void HttpServer::resume | ( | ) |
The documentation for this class was generated from the following files:
- src/Gui/OnlineDocumentation.h
- src/Gui/OnlineDocumentation.cpp