#include <qwuihttpserverdelegate.h>
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 |
QwuiHttpServerDelegate::QwuiHttpServerDelegate | ( | QwuiRessourceProviderServer * | providerServer = NULL , |
|
int | socketDescriptor = 0 | |||
) |
QwuiHttpServerDelegate::~QwuiHttpServerDelegate | ( | ) | [virtual] |
QIODevice * QwuiHttpServerDelegate::createDevice | ( | ) | [protected, virtual] |
Implements QwuiAbstractHttpServerDelegate.
void QwuiHttpServerDelegate::deleteDevice | ( | QIODevice * | device | ) | [protected, virtual] |
Implements QwuiAbstractHttpServerDelegate.
QHttpRequestHeader QwuiHttpServerDelegate::readHttpRequestHeader | ( | ) | [protected, virtual] |
Implements QwuiAbstractHttpServerDelegate.
QString QwuiHttpServerDelegate::readHttpRequestContent | ( | ) | [protected, virtual] |
Implements QwuiAbstractHttpServerDelegate.
void QwuiHttpServerDelegate::writeHttpResponseHeader | ( | const QHttpResponseHeader & | responseHeader | ) | [protected, virtual] |
Implements QwuiAbstractHttpServerDelegate.
int QwuiHttpServerDelegate::m_socketDescriptor [private] |
uint QwuiHttpServerDelegate::m_requestContentLength [private] |