QwuiHttpServerDelegate Class Reference

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

#include <qwuihttpserverdelegate.h>

Inheritance diagram for QwuiHttpServerDelegate:
QwuiAbstractHttpServerDelegate

List of all members.

Public Member Functions

 QwuiHttpServerDelegate (QwuiResourceProviderServer *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 resources.


Constructor & Destructor Documentation

QwuiHttpServerDelegate::QwuiHttpServerDelegate ( QwuiResourceProviderServer providerServer = NULL,
int  socketDescriptor = 0 
)
QwuiHttpServerDelegate::~QwuiHttpServerDelegate (  )  [virtual]

Member Function Documentation

QIODevice * QwuiHttpServerDelegate::createDevice (  )  [protected, virtual]
void QwuiHttpServerDelegate::deleteDevice ( QIODevice *  device  )  [protected, virtual]
QString QwuiHttpServerDelegate::readHttpRequestContent (  )  [protected, virtual]
QHttpRequestHeader QwuiHttpServerDelegate::readHttpRequestHeader (  )  [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 Jun 4 01:18:58 2010 for QtWui : Web User Interfaces for Qt by  doxygen 1.6.3