PACK Qt Binding
$VERSION$
|
#include <wobnam.h>
Public Member Functions | |
WobNetworkAccessManager (QObject *parent=0) | |
creates a new Network Access Manager More... | |
virtual QNetworkReply * | sendCustomRequest (const QNetworkRequest &request, const QByteArray &verb, QIODevice *data=0) |
creates a request with a custom operation More... | |
Protected Member Functions | |
virtual QNetworkReply * | createRequest (Operation op, const QNetworkRequest &req, QIODevice *outgoingData=0) |
creates a request for a standard operation More... | |
Extended version of QNetworkAccessManager that can handle SCGI directly.
This is used by PACK to be able to connect to Qt based PACK servers directly instead of tunneling through a web server and/or CGI.
URL formats: scgi://host:port/path -> TCP scgissl://host:port/path -> SSL scgilocal://dummyhost/path?_lpath_=/path/to/sock -> local socket, the socket path name is encoded in the lpath attribute
|
explicit |
creates a new Network Access Manager
|
protectedvirtual |
creates a request for a standard operation
|
virtual |
creates a request with a custom operation