23#ifndef QHTTPENGINE_PROXYHANDLER_H
24#define QHTTPENGINE_PROXYHANDLER_H
26#include <QHostAddress>
28#include <qhttpengine/handler.h>
30#include "qhttpengine_export.h"
35class QHTTPENGINE_EXPORT ProxyHandlerPrivate;
49 ProxyHandler(
const QHostAddress &address, quint16 port, QObject *parent = 0);
60 ProxyHandlerPrivate *
const d;
Handler(QObject *parent=0)
Base constructor for a handler.
virtual void process(Socket *socket, const QString &path)
Reimplementation of [Handler::process()](QHttpEngine::Handler::process)
ProxyHandler(const QHostAddress &address, quint16 port, QObject *parent=0)
Create a new proxy handler.
Implementation of the HTTP protocol.
Definition socket.h:97