1#ifndef MYTHHTTPTHREAD_H
2#define MYTHHTTPTHREAD_H
16 const QString& ThreadName, qintptr Socket,
bool Ssl);
This is a wrapper around QThread that does several additional things.
void Quit()
Tell the socket to complete and disconnect.
MythHTTPServer * m_server
MythHTTPThread(MythHTTPServer *Server, MythHTTPConfig Config, const QString &ThreadName, qintptr Socket, bool Ssl)
void run() override
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
MythHTTPSocket * m_socket