|
MythTV master
|
#include <QList>#include <QHostAddress>#include <QNetworkProxy>#include <QTcpServer>#include <QSslSocket>#include <QUdpSocket>#include <QStringList>#include "mythbaseexp.h"Go to the source code of this file.
Classes | |
| class | PrivTcpServer |
| class | ServerPool |
| Manages a collection of sockets listening on different ports. More... | |
| class | MythServer |
Enumerations | |
| enum | PoolServerType : std::uint8_t { kTCPServer , kUDPServer , kSSLServer } |
| enum PoolServerType : std::uint8_t |
| Enumerator | |
|---|---|
| kTCPServer | |
| kUDPServer | |
| kSSLServer | |
Definition at line 29 of file serverpool.h.