#include <server.h>
List of all members.
Detailed Description
Represents an SCGI server as a proxy to server side interfaces.
Constructor & Destructor Documentation
WServer::WServer |
( |
const QString & |
path, |
|
|
QObject * |
parent = 0 | |
|
) |
| | |
WServer::WServer |
( |
const QHostAddress & |
host, |
|
|
unsigned short |
port, |
|
|
QObject * |
parent = 0 | |
|
) |
| | |
WServer::~WServer |
( |
|
) |
[virtual] |
Member Function Documentation
void WServer::enableDebugUrl |
( |
bool |
enable = true |
) |
[slot] |
bool WServer::isActive |
( |
|
) |
const [inline] |
int WServer::receiveTimeout |
( |
|
) |
const [inline] |
void WServer::register400 |
( |
const QString & |
e |
) |
[slot] |
void WServer::register404 |
( |
const QString & |
e |
) |
[slot] |
void WServer::registerInterface |
( |
const QString & |
p, |
|
|
WInterface * |
ifc | |
|
) |
| | [slot] |
void WServer::registerStatic |
( |
const QString & |
p, |
|
|
const QString & |
c | |
|
) |
| | [slot] |
void WServer::restrictSourceHosts |
( |
const QPair< QHostAddress, int > & |
addr |
) |
[slot] |
void WServer::setReceiveTimeout |
( |
int |
r |
) |
[slot] |
void WServer::unregisterPath |
( |
const QString & |
p |
) |
[slot] |
The documentation for this class was generated from the following files: