|
MythTV master
|
This is the complete list of members for MythHTTPServer, including all inherited members.
| AddErrorPageHandler(const HTTPHandler &Handler) | MythHTTPServer | signal |
| AddHandlers(const HTTPHandlers &Handlers) | MythHTTPServer | signal |
| AddPaths(const QStringList &Paths) | MythHTTPServer | signal |
| AddServices(const HTTPServices &Services) | MythHTTPServer | signal |
| AddThread(MythHTTPThread *Thread) | MythHTTPThreadPool | |
| AvailableThreads() const | MythHTTPThreadPool | |
| bind(QList< QHostAddress > addrs, quint16 port, bool requireall=true) | ServerPool | |
| bind(QStringList addrs, quint16 port, bool requireall=true) | ServerPool | |
| bind(quint16 port, bool requireall=true) | ServerPool | |
| BuildAddressList(QHostInfo &Info) | MythHTTPServer | privatestatic |
| BuildHosts() | MythHTTPServer | private |
| BuildOrigins() | MythHTTPServer | private |
| close(void) | ServerPool | |
| DebugHosts() | MythHTTPServer | private |
| DebugOrigins() | MythHTTPServer | private |
| DefaultBroadcast(void) | ServerPool | static |
| DefaultBroadcastIPv4(void) | ServerPool | static |
| DefaultBroadcastIPv6(void) | ServerPool | static |
| DefaultListen(void) | ServerPool | static |
| DefaultListenIPv4(void) | ServerPool | static |
| DefaultListenIPv6(void) | ServerPool | static |
| EnableDisable(bool Enable) | MythHTTPServer | protectedslot |
| EnableHTTP(bool Enable) | MythHTTPServer | signal |
| ErrorHandlerChanged(const HTTPHandler &Handler) | MythHTTPServer | signal |
| HandlersChanged(const HTTPHandlers &Handlers) | MythHTTPServer | signal |
| HostResolved(QHostInfo Info) | MythHTTPServer | signal |
| HostsChanged(const QStringList &Hosts) | MythHTTPServer | signal |
| Init() | MythHTTPServer | private |
| isListening(void) const | ServerPool | inline |
| listen(QList< QHostAddress > addrs, quint16 port, bool requireall=true, PoolServerType type=kTCPServer) | ServerPool | |
| listen(QStringList addrs, quint16 port, bool requireall=true, PoolServerType type=kTCPServer) | ServerPool | |
| listen(quint16 port, bool requireall=true, PoolServerType type=kTCPServer) | ServerPool | |
| m_config | MythHTTPServer | private |
| m_connectionQueue | MythHTTPServer | private |
| m_hostLookups | MythHTTPServer | private |
| m_lastUdpSocket | ServerPool | private |
| m_listening | ServerPool | private |
| m_masterIPAddress | MythHTTPServer | private |
| m_masterSSLPort | MythHTTPServer | private |
| m_masterStatusPort | MythHTTPServer | private |
| m_maxPendingConn | ServerPool | private |
| m_maxThreads | MythHTTPThreadPool | private |
| m_originLookups | MythHTTPServer | private |
| m_port | ServerPool | private |
| m_proxy | ServerPool | private |
| m_tcpServers | ServerPool | private |
| m_threadNum | MythHTTPServer | private |
| m_threads | MythHTTPThreadPool | private |
| m_udpSockets | ServerPool | private |
| m_upgradedThreads | MythHTTPThreadPool | private |
| MasterResolved(QHostInfo Info) | MythHTTPServer | signal |
| maxPendingConnections(void) const | ServerPool | inline |
| MaxThreads() const | MythHTTPThreadPool | |
| MythHTTPInstance | MythHTTPServer | friend |
| MythHTTPServer() | MythHTTPServer | protected |
| MythHTTPThreadPool() | MythHTTPThreadPool | |
| newConnection(QTcpSocket *) | ServerPool | signal |
| newDatagram(QByteArray, QHostAddress, quint16) | ServerPool | signal |
| NewErrorPageHandler(const HTTPHandler &Handler) | MythHTTPServer | protectedslot |
| NewHandlers(const HTTPHandlers &Handlers) | MythHTTPServer | protectedslot |
| NewPaths(const QStringList &Paths) | MythHTTPServer | protectedslot |
| NewServices(const HTTPServices &Services) | MythHTTPServer | protectedslot |
| newTcpConnection(qintptr socket) override | MythHTTPServer | protectedslot |
| newUdpDatagram(void) | ServerPool | protectedvirtualslot |
| OriginsChanged(const QStringList &Origins) | MythHTTPServer | signal |
| PathsChanged(const QStringList &Paths) | MythHTTPServer | signal |
| ProcessTCPQueue() | MythHTTPServer | signal |
| ProcessTCPQueueHandler() | MythHTTPServer | protectedslot |
| proxy(void) | ServerPool | inline |
| RefreshDefaultListen(void) | ServerPool | static |
| RemoveHandlers(const HTTPHandlers &Handlers) | MythHTTPServer | signal |
| RemovePaths(const QStringList &Paths) | MythHTTPServer | signal |
| RemoveServices(const HTTPServices &Services) | MythHTTPServer | signal |
| ReservedPath(const QString &Path) | MythHTTPServer | privatestatic |
| ResolveHost(QHostInfo Info) | MythHTTPServer | protectedslot |
| ResolveMaster(QHostInfo Info) | MythHTTPServer | protectedslot |
| SelectDefaultListen(bool force=false) | ServerPool | privatestatic |
| ServerPool(QObject *parent=nullptr) | ServerPool | inlineexplicit |
| serverPort(void) const | ServerPool | inline |
| ServicesChanged(const HTTPServices &Services) | MythHTTPServer | signal |
| setMaxPendingConnections(int n) | ServerPool | inline |
| setProxy(const QNetworkProxy &proxy) | ServerPool | inline |
| StaleHandlers(const HTTPHandlers &Handlers) | MythHTTPServer | protectedslot |
| StalePaths(const QStringList &Paths) | MythHTTPServer | protectedslot |
| StaleServices(const HTTPServices &Services) | MythHTTPServer | protectedslot |
| Started(bool Tcp, bool Ssl) | MythHTTPServer | private |
| Stopped() | MythHTTPServer | private |
| ThreadCount() const | MythHTTPThreadPool | |
| ThreadFinished() | MythHTTPServer | slot |
| ThreadUpgraded(QThread *Thread) | MythHTTPThreadPool | slot |
| tryBindingPort(int baseport, int range=1) | ServerPool | |
| tryBindingPort(QUdpSocket *socket, int baseport, int range=1, bool *isipv6=nullptr) | ServerPool | static |
| tryListeningPort(int baseport, int range=1) | ServerPool | |
| tryListeningPort(QTcpServer *server, int baseport, int range=1, bool *isipv6=nullptr) | ServerPool | static |
| writeDatagram(const char *data, qint64 size, const QHostAddress &addr, quint16 port) | ServerPool | |
| writeDatagram(const QByteArray &datagram, const QHostAddress &addr, quint16 port) | ServerPool | |
| ~MythHTTPServer() override | MythHTTPServer | protected |
| ~MythHTTPThreadPool() override | MythHTTPThreadPool | |
| ~ServerPool(void) override | ServerPool |