23#ifndef QHTTPENGINE_QOBJECTHANDLER_H
24#define QHTTPENGINE_QOBJECTHANDLER_H
26#include "qhttpengine.h"
27#include "qhttphandler.h"
29class QHTTPENGINE_EXPORT QObjectHandlerPrivate;
80 QObjectHandlerPrivate *
const d;
81 friend class QObjectHandlerPrivate;
QHttpHandler(QObject *parent=0)
Base constructor for a handler.
Implementation of the HTTP protocol.
Definition qhttpsocket.h:89
virtual void process(QHttpSocket *socket, const QString &path)
Reimplementation of QHttpHandler::process().
QObjectHandler(QObject *parent=0)
Create a new QObject handler.