, including all inherited members.
| bind(QList< QHostAddress > addrs, quint16 port, bool requireall=true) | ServerPool | |
| bind(QStringList addrs, quint16 port, bool requireall=true) | ServerPool | |
| bind(quint16 port, bool requireall=true) | ServerPool | |
| close(void) | ServerPool | |
| DefaultBroadcast(void) | ServerPool | [static] |
| DefaultBroadcastIPv4(void) | ServerPool | [static] |
| DefaultListen(void) | ServerPool | [static] |
| DefaultListenIPv4(void) | ServerPool | [static] |
| DefaultListenIPv6(void) | ServerPool | [static] |
| DelegateRequest(HTTPRequest *) | HttpServer | |
| GetPlatform(void) | HttpServer | [static] |
| GetSharePath(void) const | HttpServer | [inline] |
| HttpServer(const QString sApplicationPrefix=QString("")) | HttpServer | |
| isListening(void) | ServerPool | [inline] |
| IsRunning(void) const | HttpServer | [inline] |
| listen(QList< QHostAddress > addrs, quint16 port, bool requireall=true) | ServerPool | |
| listen(QStringList addrs, quint16 port, bool requireall=true) | ServerPool | |
| listen(quint16 port, bool requireall=true) | ServerPool | |
| m_basePaths | HttpServer | [protected] |
| m_extensions | HttpServer | [protected] |
| m_pHtmlServer | HttpServer | [protected] |
| m_running | HttpServer | [protected] |
| m_rwlock | HttpServer | [mutable, protected] |
| m_sSharePath | HttpServer | [protected] |
| m_threadPool | HttpServer | [protected] |
| maxPendingConnections(void) | ServerPool | [inline] |
| newConnection(QTcpSocket *) | ServerPool | [signal] |
| newDatagram(QByteArray, QHostAddress, quint16) | ServerPool | [signal] |
| newTcpConnection(int socket) | HttpServer | [virtual] |
| newUdpDatagram(void) | ServerPool | [protected, virtual, slot] |
| proxy(void) | ServerPool | [inline] |
| RefreshDefaultListen(void) | ServerPool | [static] |
| RegisterExtension(HttpServerExtension *) | HttpServer | |
| s_platform | HttpServer | [protected, static] |
| s_platformLock | HttpServer | [protected, static] |
| ScriptEngine(void) | HttpServer | |
| ServerPool(QObject *parent=0) | ServerPool | |
| serverPort(void) | ServerPool | [inline] |
| setMaxPendingConnections(int n) | ServerPool | [inline] |
| setProxy(const QNetworkProxy &proxy) | ServerPool | [inline] |
| tryBindingPort(int baseport, int range=1) | ServerPool | |
| tryBindingPort(QUdpSocket *socket, int baseport, int range=1, bool *isipv6=NULL) | ServerPool | [static] |
| tryListeningPort(int baseport, int range=1) | ServerPool | |
| tryListeningPort(QTcpServer *server, int baseport, int range=1, bool *isipv6=NULL) | ServerPool | [static] |
| UnregisterExtension(HttpServerExtension *) | HttpServer | |
| writeDatagram(const char *data, qint64 size, const QHostAddress &addr, quint16 port) | ServerPool | |
| writeDatagram(const QByteArray &datagram, const QHostAddress &addr, quint16 port) | ServerPool | |
| ~HttpServer() | HttpServer | [virtual] |
| ~ServerPool(void) | ServerPool | |