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;
Base class for HTTP handlers.
Definition: qhttphandler.h:72
Implementation of the HTTP protocol.
Definition: qhttpsocket.h:89
Handler for invoking slots.
Definition: qobjecthandler.h:61
virtual void process(QHttpSocket *socket, const QString &path)
Reimplementation of QHttpHandler::process()
QObjectHandler(QObject *parent=0)
Create a new QObject handler.