#include <libmythupnp/httpserver.h>
Definition at line 173 of file httpserver.h.
◆ HttpWorker()
| HttpWorker::HttpWorker |
( |
HttpServer & |
httpServer, |
|
|
qintptr |
sock, |
|
|
PoolServerType |
type, |
|
|
const QSslConfiguration & |
sslConfig |
|
) |
| |
- Parameters
-
| httpServer | The parent server of this request |
| sock | The socket |
| type | The type of connection - Plain TCP, SSL or other? |
| sslConfig | The SSL configuration (for SSL sockets) |
Definition at line 439 of file httpserver.cpp.
◆ run()
| void HttpWorker::run |
( |
void |
| ) |
|
|
override |
◆ m_connectionType
◆ m_httpServer
◆ m_socket
| qintptr HttpWorker::m_socket |
|
protected |
◆ m_socketTimeout
| std::chrono::milliseconds HttpWorker::m_socketTimeout |
|
protected |
◆ m_sslConfig
| QSslConfiguration HttpWorker::m_sslConfig |
|
protected |
The documentation for this class was generated from the following files: