QwuiHttpServerDelegate Class Reference

Concrete imlementation of the HTTP server delegate. This class handles uses a socket descriptor and uses it to transmit the requested ressources. More...

#include <qwuihttpserverdelegate.h>

Inheritance diagram for QwuiHttpServerDelegate:

QwuiAbstractHttpServerDelegate

List of all members.

Public Member Functions

 QwuiHttpServerDelegate (QwuiRessourceProviderServer *providerServer=NULL, int socketDescriptor=0)
virtual ~QwuiHttpServerDelegate ()

Protected Member Functions

virtual QIODevice * createDevice ()
virtual void deleteDevice (QIODevice *device)
virtual QHttpRequestHeader readHttpRequestHeader ()
virtual QString readHttpRequestContent ()
virtual void writeHttpResponseHeader (const QHttpResponseHeader &responseHeader)

Private Attributes

int m_socketDescriptor
uint m_requestContentLength


Detailed Description

Concrete imlementation of the HTTP server delegate. This class handles uses a socket descriptor and uses it to transmit the requested ressources.

Constructor & Destructor Documentation

QwuiHttpServerDelegate::QwuiHttpServerDelegate ( QwuiRessourceProviderServer providerServer = NULL,
int  socketDescriptor = 0 
)

QwuiHttpServerDelegate::~QwuiHttpServerDelegate (  )  [virtual]


Member Function Documentation

QIODevice * QwuiHttpServerDelegate::createDevice (  )  [protected, virtual]

void QwuiHttpServerDelegate::deleteDevice ( QIODevice *  device  )  [protected, virtual]

QHttpRequestHeader QwuiHttpServerDelegate::readHttpRequestHeader (  )  [protected, virtual]

QString QwuiHttpServerDelegate::readHttpRequestContent (  )  [protected, virtual]

void QwuiHttpServerDelegate::writeHttpResponseHeader ( const QHttpResponseHeader &  responseHeader  )  [protected, virtual]


Member Data Documentation


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

Generated on Fri Dec 19 00:31:14 2008 for QtWui : Web User Interfaces for Qt by  doxygen 1.5.6