Public Slots | Public Member Functions

WServer Class Reference

#include <server.h>

List of all members.

Public Slots

void registerInterface (const QString &, WInterface *)
void registerStatic (const QString &, const QString &)
void unregisterPath (const QString &)
void register404 (const QString &)
void register400 (const QString &)
void setReceiveTimeout (int)
void restrictSourceHosts (const QPair< QHostAddress, int > &)
void enableDebugUrl (bool enable=true)

Public Member Functions

 WServer (const QString &, QObject *parent=0)
 WServer (const QHostAddress &, unsigned short, QObject *parent=0)
virtual ~WServer ()
bool isActive () const
int receiveTimeout () const

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:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Defines