|
AusweisApp
|
#include <HttpServer.h>
Signale | |
| void | fireNewHttpRequest (const QSharedPointer< HttpRequest > &pRequest) |
| void | fireNewWebSocketRequest (const QSharedPointer< HttpRequest > &pRequest) |
| void | fireRebound () |
Öffentliche Methoden | |
| HttpServer (quint16 pPort=HttpServer::cPort, const QList< QHostAddress > &pAddresses=HttpServer::cAddresses) | |
| ~HttpServer () override | |
| QStringList | boundAddresses () const |
| bool | isListening () const |
| quint16 | getServerPort () const |
| void | rebind (quint16 pPort=0, const QList< QHostAddress > &pAddresses=HttpServer::cAddresses) |
Öffentliche, statische Methoden | |
| static QString | getDefault () |
Statische öffentliche Attribute | |
| static quint16 | cPort = PortFile::cDefaultPort |
| static QList< QHostAddress > | cAddresses = {QHostAddress::LocalHost, QHostAddress::LocalHostIPv6} |
|
explicit |
|
override |
| QStringList HttpServer::boundAddresses | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
static |
| quint16 HttpServer::getServerPort | ( | ) | const |
| bool HttpServer::isListening | ( | ) | const |
| void HttpServer::rebind | ( | quint16 | pPort = 0, |
| const QList< QHostAddress > & | pAddresses = HttpServer::cAddresses ) |
|
static |
|
static |