|
MythTV master
|
#include <libmythbase/http/mythhttptypes.h>
Public Attributes | |
| quint16 | m_port { 0 } |
| quint16 | m_port_2 { 0 } |
| quint16 | m_sslPort { 0 } |
| QString | m_rootDir |
| QString | m_serverName |
| std::chrono::milliseconds | m_timeout { HTTP_SOCKET_TIMEOUT_MS } |
| QString | m_language |
| QStringList | m_hosts |
| QStringList | m_allowedOrigins |
| QStringList | m_filePaths |
| HTTPHandlers | m_handlers |
| HTTPServices | m_services |
| HTTPHandler | m_errorPageHandler |
| QSslConfiguration | m_sslConfig |
Definition at line 61 of file mythhttptypes.h.
| QStringList MythHTTPConfig::m_allowedOrigins |
Definition at line 72 of file mythhttptypes.h.
Referenced by MythHTTPServer::BuildOrigins(), MythHTTPServer::DebugOrigins(), MythHTTPResponse::Finalise(), MythHTTPSocket::OriginsChanged(), MythHTTPServer::ResolveMaster(), and MythHTTPServer::Stopped().
| HTTPHandler MythHTTPConfig::m_errorPageHandler |
Definition at line 76 of file mythhttptypes.h.
Referenced by MythHTTPServer::NewErrorPageHandler(), and MythHTTPSocket::Read().
| QStringList MythHTTPConfig::m_filePaths |
Definition at line 73 of file mythhttptypes.h.
Referenced by MythHTTPServer::MythHTTPServer(), MythHTTPServer::NewPaths(), MythHTTPSocket::PathsChanged(), MythHTTPSocket::Read(), and MythHTTPServer::StalePaths().
| HTTPHandlers MythHTTPConfig::m_handlers |
Definition at line 74 of file mythhttptypes.h.
Referenced by MythHTTPSocket::HandlersChanged(), MythHTTPServer::NewHandlers(), MythHTTPSocket::Read(), and MythHTTPServer::StaleHandlers().
| QStringList MythHTTPConfig::m_hosts |
Definition at line 71 of file mythhttptypes.h.
Referenced by MythHTTPServer::BuildHosts(), MythHTTPServer::DebugHosts(), MythHTTPResponse::Finalise(), MythHTTPSocket::HostsChanged(), MythHTTPServer::ResolveHost(), and MythHTTPServer::Stopped().
| QString MythHTTPConfig::m_language |
Definition at line 70 of file mythhttptypes.h.
Referenced by MythHTTPResponse::Finalise(), and MythHTTPServer::Init().
| quint16 MythHTTPConfig::m_port { 0 } |
Definition at line 64 of file mythhttptypes.h.
Referenced by MythHTTPServer::EnableDisable(), MythHTTPServer::Init(), MythHTTPServer::ResolveHost(), and MythHTTPServer::Started().
| quint16 MythHTTPConfig::m_port_2 { 0 } |
Definition at line 65 of file mythhttptypes.h.
Referenced by MythHTTPServer::EnableDisable(), and MythHTTPServer::Init().
| QString MythHTTPConfig::m_rootDir |
Definition at line 67 of file mythhttptypes.h.
Referenced by MythHTTPServer::MythHTTPServer().
| QString MythHTTPConfig::m_serverName |
Definition at line 68 of file mythhttptypes.h.
Referenced by MythHTTPServer::Init(), and MythHTTPSocket::Timeout().
| HTTPServices MythHTTPConfig::m_services |
Definition at line 75 of file mythhttptypes.h.
Referenced by MythHTTPSocket::MythHTTPSocket(), MythHTTPServer::NewServices(), MythHTTPSocket::Read(), MythHTTPSocket::ServicesChanged(), and MythHTTPServer::StaleServices().
| QSslConfiguration MythHTTPConfig::m_sslConfig |
Definition at line 78 of file mythhttptypes.h.
Referenced by MythHTTPServer::Init(), and MythHTTPSocket::MythHTTPSocket().
| quint16 MythHTTPConfig::m_sslPort { 0 } |
Definition at line 66 of file mythhttptypes.h.
Referenced by MythHTTPServer::EnableDisable(), MythHTTPServer::Init(), MythHTTPServer::ResolveHost(), and MythHTTPServer::Started().
| std::chrono::milliseconds MythHTTPConfig::m_timeout { HTTP_SOCKET_TIMEOUT_MS } |
Definition at line 69 of file mythhttptypes.h.
Referenced by MythHTTPServer::Init(), MythHTTPSocket::MythHTTPSocket(), MythHTTPSocket::Read(), and MythHTTPSocket::Write().