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 Handler for invoking slots.
Definition: qobjecthandler.h:60
virtual void process(QHttpSocket *socket, const QString &path)
Process a request.
Implementation of the HTTP protocol.
Definition: qhttpsocket.h:88
Base class for HTTP handlers.
Definition: qhttphandler.h:71