PACK Qt Binding  $VERSION$
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | List of all members
WobNetworkAccessManager Class Reference

#include <wobnam.h>

Inheritance diagram for WobNetworkAccessManager:

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...
 

Detailed Description

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

Constructor & Destructor Documentation

WobNetworkAccessManager::WobNetworkAccessManager ( QObject *  parent = 0)
explicit

creates a new Network Access Manager

Member Function Documentation

QNetworkReply * WobNetworkAccessManager::createRequest ( Operation  op,
const QNetworkRequest &  req,
QIODevice *  outgoingData = 0 
)
protectedvirtual

creates a request for a standard operation

QNetworkReply * WobNetworkAccessManager::sendCustomRequest ( const QNetworkRequest &  request,
const QByteArray &  verb,
QIODevice *  data = 0 
)
virtual

creates a request with a custom operation


The documentation for this class was generated from the following files: