QHttpEngine
0.1.0
Simple and secure HTTP server for Qt applications
|
23 #ifndef QHTTPENGINE_QOBJECTHANDLER_H
24 #define QHTTPENGINE_QOBJECTHANDLER_H
26 #include "qhttpengine.h"
27 #include "qhttphandler.h"
29 class QHTTPENGINE_EXPORT QObjectHandlerPrivate;
80 QObjectHandlerPrivate *
const d;
81 friend class QObjectHandlerPrivate;
84 #endif // QHTTPENGINE_QOBJECTHANDLER_H
virtual void process(QHttpSocket *socket, const QString &path)
Reimplementation of QHttpHandler::process()
Handler for invoking slots.
Definition: qobjecthandler.h:61
Base class for HTTP handlers.
Definition: qhttphandler.h:72
Implementation of the HTTP protocol.
Definition: qhttpsocket.h:89
QObjectHandler(QObject *parent=0)
Create a new QObject handler.