Stellarium 0.15.2
|
#include <QTcpServer>
#include <QBasicTimer>
#include "httpglobal.h"
#include "httpconnectionhandler.h"
#include "httpconnectionhandlerpool.h"
#include "httprequesthandler.h"
Go to the source code of this file.
Classes | |
struct | HttpListenerSettings |
Contains all settings for HttpListener and supporting classes. More... | |
class | HttpListener |
Listens for incoming TCP connections and and passes all incoming HTTP requests to your implementation of HttpRequestHandler, which processes the request and generates the response (usually a HTML document). More... | |
Definition in file httplistener.h.