|
MythTV master
|
#include "libmythbase/mthreadpool.h"#include "libmythbase/serverpool.h"#include "upnpexp.h"#include <QRunnable>#include <QSslConfiguration>#include <QReadWriteLock>#include <QEvent>#include <QEventLoop>#include <QTimer>#include <cstdint>Go to the source code of this file.
Classes | |
| class | WebSocketServer |
| The WebSocket server, which listens for connections. More... | |
| class | WebSocketFrame |
| A representation of a single WebSocket frame. More... | |
| class | WebSocketExtension |
| Base class for extensions. More... | |
| class | WebSocketWorkerThread |
| The thread in which WebSocketWorker does it's thing. More... | |
| class | WebSocketWorker |
| Performs all the protocol-level work for a single websocket connection. More... | |