#include <httpserver.h>
Public Member Functions | |
| HttpServer (const QHostAddress &address=QHostAddress::Any, quint16 port=0, QObject *parent=0) | |
| virtual | ~HttpServer () |
| void | run () |
Protected Member Functions | |
| virtual HttpSession * | incomingConnection (int socketDescriptor)=0 |
Definition at line 37 of file httpserver.h.
| HttpServer::HttpServer | ( | const QHostAddress & | address = QHostAddress::Any, |
|
| quint16 | port = 0, |
|||
| QObject * | parent = 0 | |||
| ) | [explicit] |
Definition at line 32 of file httpserver.cpp.
| HttpServer::~HttpServer | ( | ) | [virtual] |
Definition at line 39 of file httpserver.cpp.
| virtual HttpSession* HttpServer::incomingConnection | ( | int | socketDescriptor | ) | [protected, pure virtual] |
Implemented in WebServer.
| void HttpServer::run | ( | ) |
Definition at line 43 of file httpserver.cpp.
1.6.3