QwuiHttpServer Class Reference
The concrete HTTP server. Instances of this class listen on a given port and let than an QwuiHttpServerDelegate handle the incomming requests.
More...
#include <qwuihttpserver.h>
List of all members.
Detailed Description
The concrete HTTP server. Instances of this class listen on a given port and let than an QwuiHttpServerDelegate handle the incomming requests.
Constructor & Destructor Documentation
QwuiHttpServer::QwuiHttpServer |
( |
QObject * |
parent = NULL |
) |
|
QwuiHttpServer::~QwuiHttpServer |
( |
|
) |
[virtual] |
Member Function Documentation
QString QwuiHttpServer::error |
( |
|
) |
const [virtual] |
void QwuiHttpServer::incommingConnection |
( |
int |
socketDescriptor |
) |
[private, slot] |
quint16 QwuiHttpServer::port |
( |
|
) |
const |
void QwuiHttpServer::setPort |
( |
quint16 |
port |
) |
|
bool QwuiHttpServer::start |
( |
|
) |
[virtual] |
Implement this method to implement the server start.
- Returns:
- true if the initialization succeeded, false otherwise.
Implements QwuiAbstractHttpServer.
Member Data Documentation
The documentation for this class was generated from the following files: