QtWebApp
httplistener.h File Reference
#include <QTcpServer>
#include <QSettings>
#include <QBasicTimer>
#include "httpglobal.h"
#include "httpconnectionhandler.h"
#include "httpconnectionhandlerpool.h"
#include "httprequesthandler.h"
Include dependency graph for httplistener.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stefanfrings::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...
 

Detailed Description

Author
Stefan Frings

Definition in file httplistener.h.