| autoDiscovery() const | Jellyfin::DTO::NetworkConfiguration | |
| baseUrl() const | Jellyfin::DTO::NetworkConfiguration | |
| certificatePassword() const | Jellyfin::DTO::NetworkConfiguration | |
| certificatePath() const | Jellyfin::DTO::NetworkConfiguration | |
| enableHttps() const | Jellyfin::DTO::NetworkConfiguration | |
| enableIPv4() const | Jellyfin::DTO::NetworkConfiguration | |
| enableIPv6() const | Jellyfin::DTO::NetworkConfiguration | |
| enablePublishedServerUriByRequest() const | Jellyfin::DTO::NetworkConfiguration | |
| enableRemoteAccess() const | Jellyfin::DTO::NetworkConfiguration | |
| enableUPnP() const | Jellyfin::DTO::NetworkConfiguration | |
| fromJson(QJsonObject source) | Jellyfin::DTO::NetworkConfiguration | static |
| ignoreVirtualInterfaces() const | Jellyfin::DTO::NetworkConfiguration | |
| internalHttpPort() const | Jellyfin::DTO::NetworkConfiguration | |
| internalHttpsPort() const | Jellyfin::DTO::NetworkConfiguration | |
| isRemoteIPFilterBlacklist() const | Jellyfin::DTO::NetworkConfiguration | |
| knownProxies() const | Jellyfin::DTO::NetworkConfiguration | |
| localNetworkAddresses() const | Jellyfin::DTO::NetworkConfiguration | |
| localNetworkSubnets() const | Jellyfin::DTO::NetworkConfiguration | |
| m_autoDiscovery | Jellyfin::DTO::NetworkConfiguration | protected |
| m_baseUrl | Jellyfin::DTO::NetworkConfiguration | protected |
| m_certificatePassword | Jellyfin::DTO::NetworkConfiguration | protected |
| m_certificatePath | Jellyfin::DTO::NetworkConfiguration | protected |
| m_enableHttps | Jellyfin::DTO::NetworkConfiguration | protected |
| m_enableIPv4 | Jellyfin::DTO::NetworkConfiguration | protected |
| m_enableIPv6 | Jellyfin::DTO::NetworkConfiguration | protected |
| m_enablePublishedServerUriByRequest | Jellyfin::DTO::NetworkConfiguration | protected |
| m_enableRemoteAccess | Jellyfin::DTO::NetworkConfiguration | protected |
| m_enableUPnP | Jellyfin::DTO::NetworkConfiguration | protected |
| m_ignoreVirtualInterfaces | Jellyfin::DTO::NetworkConfiguration | protected |
| m_internalHttpPort | Jellyfin::DTO::NetworkConfiguration | protected |
| m_internalHttpsPort | Jellyfin::DTO::NetworkConfiguration | protected |
| m_isRemoteIPFilterBlacklist | Jellyfin::DTO::NetworkConfiguration | protected |
| m_knownProxies | Jellyfin::DTO::NetworkConfiguration | protected |
| m_localNetworkAddresses | Jellyfin::DTO::NetworkConfiguration | protected |
| m_localNetworkSubnets | Jellyfin::DTO::NetworkConfiguration | protected |
| m_publicHttpPort | Jellyfin::DTO::NetworkConfiguration | protected |
| m_publicHttpsPort | Jellyfin::DTO::NetworkConfiguration | protected |
| m_publishedServerUriBySubnet | Jellyfin::DTO::NetworkConfiguration | protected |
| m_remoteIPFilter | Jellyfin::DTO::NetworkConfiguration | protected |
| m_requireHttps | Jellyfin::DTO::NetworkConfiguration | protected |
| m_virtualInterfaceNames | Jellyfin::DTO::NetworkConfiguration | protected |
| NetworkConfiguration(QString baseUrl, bool enableHttps, bool requireHttps, QString certificatePath, QString certificatePassword, qint32 internalHttpPort, qint32 internalHttpsPort, qint32 publicHttpPort, qint32 publicHttpsPort, bool autoDiscovery, bool enableUPnP, bool enableIPv4, bool enableIPv6, bool enableRemoteAccess, QStringList localNetworkSubnets, QStringList localNetworkAddresses, QStringList knownProxies, bool ignoreVirtualInterfaces, QStringList virtualInterfaceNames, bool enablePublishedServerUriByRequest, QStringList publishedServerUriBySubnet, QStringList remoteIPFilter, bool isRemoteIPFilterBlacklist) | Jellyfin::DTO::NetworkConfiguration | |
| NetworkConfiguration(const NetworkConfiguration &other) | Jellyfin::DTO::NetworkConfiguration | |
| publicHttpPort() const | Jellyfin::DTO::NetworkConfiguration | |
| publicHttpsPort() const | Jellyfin::DTO::NetworkConfiguration | |
| publishedServerUriBySubnet() const | Jellyfin::DTO::NetworkConfiguration | |
| remoteIPFilter() const | Jellyfin::DTO::NetworkConfiguration | |
| replaceData(NetworkConfiguration &other) | Jellyfin::DTO::NetworkConfiguration | |
| requireHttps() const | Jellyfin::DTO::NetworkConfiguration | |
| setAutoDiscovery(bool newAutoDiscovery) | Jellyfin::DTO::NetworkConfiguration | |
| setBaseUrl(QString newBaseUrl) | Jellyfin::DTO::NetworkConfiguration | |
| setCertificatePassword(QString newCertificatePassword) | Jellyfin::DTO::NetworkConfiguration | |
| setCertificatePath(QString newCertificatePath) | Jellyfin::DTO::NetworkConfiguration | |
| setEnableHttps(bool newEnableHttps) | Jellyfin::DTO::NetworkConfiguration | |
| setEnableIPv4(bool newEnableIPv4) | Jellyfin::DTO::NetworkConfiguration | |
| setEnableIPv6(bool newEnableIPv6) | Jellyfin::DTO::NetworkConfiguration | |
| setEnablePublishedServerUriByRequest(bool newEnablePublishedServerUriByRequest) | Jellyfin::DTO::NetworkConfiguration | |
| setEnableRemoteAccess(bool newEnableRemoteAccess) | Jellyfin::DTO::NetworkConfiguration | |
| setEnableUPnP(bool newEnableUPnP) | Jellyfin::DTO::NetworkConfiguration | |
| setFromJson(QJsonObject source) | Jellyfin::DTO::NetworkConfiguration | |
| setIgnoreVirtualInterfaces(bool newIgnoreVirtualInterfaces) | Jellyfin::DTO::NetworkConfiguration | |
| setInternalHttpPort(qint32 newInternalHttpPort) | Jellyfin::DTO::NetworkConfiguration | |
| setInternalHttpsPort(qint32 newInternalHttpsPort) | Jellyfin::DTO::NetworkConfiguration | |
| setIsRemoteIPFilterBlacklist(bool newIsRemoteIPFilterBlacklist) | Jellyfin::DTO::NetworkConfiguration | |
| setKnownProxies(QStringList newKnownProxies) | Jellyfin::DTO::NetworkConfiguration | |
| setLocalNetworkAddresses(QStringList newLocalNetworkAddresses) | Jellyfin::DTO::NetworkConfiguration | |
| setLocalNetworkSubnets(QStringList newLocalNetworkSubnets) | Jellyfin::DTO::NetworkConfiguration | |
| setPublicHttpPort(qint32 newPublicHttpPort) | Jellyfin::DTO::NetworkConfiguration | |
| setPublicHttpsPort(qint32 newPublicHttpsPort) | Jellyfin::DTO::NetworkConfiguration | |
| setPublishedServerUriBySubnet(QStringList newPublishedServerUriBySubnet) | Jellyfin::DTO::NetworkConfiguration | |
| setRemoteIPFilter(QStringList newRemoteIPFilter) | Jellyfin::DTO::NetworkConfiguration | |
| setRequireHttps(bool newRequireHttps) | Jellyfin::DTO::NetworkConfiguration | |
| setVirtualInterfaceNames(QStringList newVirtualInterfaceNames) | Jellyfin::DTO::NetworkConfiguration | |
| toJson() const | Jellyfin::DTO::NetworkConfiguration | |
| virtualInterfaceNames() const | Jellyfin::DTO::NetworkConfiguration | |