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

#include <server_p.h>

Inheritance diagram for WServerReceiver:

Signals

void readyForProcess (WServerRequest, QIODevice *)
 returns the completely parsed request back to the server to handle it More...
 

Public Member Functions

 WServerReceiver (WServer *srv, QIODevice *sock)
 
virtual ~WServerReceiver ()
 deletes the receiver object and its socket if it had an error or timeout More...
 

Constructor & Destructor Documentation

WServerReceiver::WServerReceiver ( WServer srv,
QIODevice *  sock 
)

constructs a new receiver

Parameters
srvthe server this receiver belongs to
sockthe socket to handle
WServerReceiver::~WServerReceiver ( )
virtual

deletes the receiver object and its socket if it had an error or timeout

Member Function Documentation

void WServerReceiver::readyForProcess ( WServerRequest  ,
QIODevice *   
)
signal

returns the completely parsed request back to the server to handle it


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