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 () |
The HttpServer class implements a simple HTTP server.
Definition at line 76 of file OnlineDocumentation.h.
| HttpServer::HttpServer | ( | QObject * | parent = 0 |
) |
Definition at line 337 of file OnlineDocumentation.cpp.
| void HttpServer::incomingConnection | ( | int | socket | ) |
Definition at line 342 of file OnlineDocumentation.cpp.
References draftlibs::fcgeo::connect().
| void HttpServer::pause | ( | ) |
Definition at line 357 of file OnlineDocumentation.cpp.
| void HttpServer::resume | ( | ) |
Definition at line 362 of file OnlineDocumentation.cpp.
1.6.1