![]() |
Stellarium 0.15.2
|
#include <QSslConfiguration>#include <QTcpSocket>#include <QTimer>#include <QThread>#include "httpglobal.h"#include "httprequest.h"#include "httprequesthandler.h"
Include dependency graph for httpconnectionhandler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | HttpConnectionHandlerSettings |
| Contains all settings for the connection handler. More... | |
| class | HttpConnectionHandler |
| The connection handler accepts incoming connections and dispatches incoming requests to to a request mapper. More... | |
Typedefs | |
| typedef int | tSocketDescriptor |
| Alias type definition, for compatibility to different Qt versions. More... | |
| typedef QSslConfiguration | HttpSslConfiguration |
| Alias for QSslConfiguration if OpenSSL is not supported. More... | |
Definition in file httpconnectionhandler.h.
1.8.11