#include <QTcpServer>
#include <QSettings>
#include <QBasicTimer>
#include "httpconnectionhandler.h"
#include "httpconnectionhandlerpool.h"
#include "httprequesthandler.h"
Go to the source code of this file.
Classes | |
class | HttpListener |
Listens for incoming TCP connections and passes control to one of the pooled connection handlers. More... |
Definition in file httplistener.h.