| net::addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) const | utils::SubCommand | |
| net::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| net::config::ConfigTlsServer::addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) const | utils::SubCommand | |
| addSniCert(const std::string &domain, const std::map< std::string, std::variant< std::string, bool, ssl_option_t > > &sniCert) | net::config::ConfigTlsServer | |
| addSniCerts(const std::map< std::string, std::map< std::string, std::variant< std::string, bool, ssl_option_t > > > &sniCerts) | net::config::ConfigTlsServer | |
| net::addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| net::config::ConfigTlsServer::addSubCommandApp(std::shared_ptr< utils::AppWithPtr > subCommand) | utils::SubCommand | |
| net::aliases | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsServer::aliases | utils::SubCommand | protectedstatic |
| net::allowExtras(bool allow=true) | utils::SubCommand | |
| net::config::ConfigTlsServer::allowExtras(bool allow=true) | utils::SubCommand | |
| caCertAcceptUnknownOpt | net::config::ConfigTls | private |
| caCertDirOpt | net::config::ConfigTls | private |
| caCertOpt | net::config::ConfigTls | private |
| caCertUseDefaultDirOpt | net::config::ConfigTls | private |
| certKeyOpt | net::config::ConfigTls | private |
| certKeyPasswordOpt | net::config::ConfigTls | private |
| certOpt | net::config::ConfigTls | private |
| net::childSubCommands | utils::SubCommand | private |
| cipherListOpt | net::config::ConfigTls | private |
| clientHelloCallback(SSL *ssl, int *al, void *arg) | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | privatestatic |
| net::commandlineOpt | utils::SubCommand | private |
| net::commandlineTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsServer::commandlineTriggerApp | utils::SubCommand | protectedstatic |
| ConfigInstance(const std::string &instanceName, Role role) | net::config::ConfigInstance | explicitprotected |
| ConfigInstance(ConfigInstance &)=delete | net::config::ConfigInstance | |
| ConfigInstance(ConfigInstance &&)=delete | net::config::ConfigInstance | |
| ConfigSection(ConfigInstance *instance, T *sectionPtr, const std::string &group="Sections") | net::config::ConfigSection | |
| ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | |
| ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | |
| ConfigSocketServer(const std::string &name) | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | explicitprotected |
| ConfigTls(ConfigInstance *instance, ConcretConfigTls section) | net::config::ConfigTls | explicitprotected |
| ConfigTlsServer(ConfigInstance *instance) | net::config::ConfigTlsServer | explicitprotected |
| net::configToStr() const | utils::SubCommand | |
| net::config::ConfigTlsServer::configToStr() const | utils::SubCommand | |
| configurable(bool configurable) | net::config::ConfigInstance | |
| configuredSniCerts | net::config::ConfigTlsServer | private |
| defaultSniCerts | net::config::ConfigTlsServer | private |
| DESCRIPTION | net::config::ConfigTls | static |
| net::description(const std::string &description) | utils::SubCommand | protected |
| net::config::ConfigTlsServer::description(const std::string &description) | utils::SubCommand | protected |
| net::disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| net::config::ConfigTlsServer::disabled(SubCommand *subCommand, bool disabled=true) | utils::SubCommand | |
| disableOpt | net::config::ConfigInstance | private |
| extracted() | net::config::ConfigInstance | static |
| net::final | utils::SubCommand | private |
| net::finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| net::config::ConfigTlsServer::finalCallback(const std::function< void()> &finalCallback) | utils::SubCommand | |
| net::footer(const std::string &footer) | utils::SubCommand | protected |
| net::config::ConfigTlsServer::footer(const std::string &footer) | utils::SubCommand | protected |
| forceSniOpt | net::config::ConfigTlsServer | private |
| getCaCert() const | net::config::ConfigTls | |
| getCaCertAcceptUnknown() const | net::config::ConfigTls | |
| getCaCertDir() const | net::config::ConfigTls | |
| getCaCertUseDefaultDir() const | net::config::ConfigTls | |
| getCert() const | net::config::ConfigTls | |
| getCertKey() const | net::config::ConfigTls | |
| getCertKeyPassword() const | net::config::ConfigTls | |
| getCipherList() const | net::config::ConfigTls | |
| getCommandlineTriggerApp() | net::config::ConfigInstance | static |
| getDisabled() const | net::config::ConfigInstance | |
| getForceSni() const | net::config::ConfigTlsServer | |
| getHelpTriggerApp() | net::config::ConfigInstance | static |
| getInitTimeout() const | net::config::ConfigTls | |
| getInstanceName() const | net::config::ConfigInstance | |
| net::getName() const | utils::SubCommand | |
| net::config::ConfigTlsServer::getName() const | utils::SubCommand | |
| getNoCloseNotifyIsEOF() const | net::config::ConfigTls | |
| net::getOption(const std::string &name) const | utils::SubCommand | |
| net::config::ConfigTlsServer::getOption(const std::string &name) const | utils::SubCommand | |
| net::getParent() const | utils::SubCommand | |
| net::config::ConfigTlsServer::getParent() const | utils::SubCommand | |
| net::getRequired() const | utils::SubCommand | inline |
| net::config::ConfigTlsServer::getRequired() const | utils::SubCommand | inline |
| getShowConfigTriggerApp() | net::config::ConfigInstance | static |
| getShutdownTimeout() const | net::config::ConfigTls | |
| getSniCerts() const | net::config::ConfigTlsServer | |
| getSniCtx(const std::string &serverNameIndication) | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | |
| getSslCtx() | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | |
| getSslOptions() const | net::config::ConfigTls | |
| net::getSubCommand() | utils::SubCommand | |
| net::getSubCommand() const | utils::SubCommand | |
| net::config::ConfigTlsServer::getSubCommand() | utils::SubCommand | |
| net::config::ConfigTlsServer::getSubCommand() const | utils::SubCommand | |
| net::hasParent() const | utils::SubCommand | |
| net::config::ConfigTlsServer::hasParent() const | utils::SubCommand | |
| net::help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| net::config::ConfigTlsServer::help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) const | utils::SubCommand | |
| net::helpOpt | utils::SubCommand | protected |
| net::config::ConfigTlsServer::helpOpt | utils::SubCommand | protected |
| net::helpTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsServer::helpTriggerApp | utils::SubCommand | protectedstatic |
| net::initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) const | utils::SubCommand | private |
| initTimeoutOpt | net::config::ConfigTls | private |
| Instance typedef | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | |
| instanceName | net::config::ConfigInstance | private |
| NAME | net::config::ConfigTls | static |
| net::name | utils::SubCommand | private |
| nameAnonymous | net::config::ConfigInstance | privatestatic |
| net::needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| net::config::ConfigTlsServer::needs(SubCommand *subCommand, bool needs=true) | utils::SubCommand | |
| net::newSubCommand(Args &&... args) | utils::SubCommand | |
| net::config::ConfigTlsServer::newSubCommand(Args &&... args) | utils::SubCommand | |
| noCloseNotifyIsEOFOpt | net::config::ConfigTls | private |
| onDestroy | net::config::ConfigInstance | private |
| net::operator=(ConfigInstance &)=delete | net::config::ConfigInstance | |
| net::operator=(ConfigInstance &&)=delete | net::config::ConfigInstance | |
| net::utils::SubCommand::operator=(const SubCommand &)=delete | utils::SubCommand | |
| net::utils::SubCommand::operator=(SubCommand &&)=delete | utils::SubCommand | |
| net::config::ConfigTlsServer::operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
| utils::SubCommand::operator=(const SubCommand &)=delete | utils::SubCommand | |
| utils::SubCommand::operator=(SubCommand &&)=delete | utils::SubCommand | |
| net::parent | utils::SubCommand | private |
| net::parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| net::config::ConfigTlsServer::parse(int argc, char *argv[]) const | utils::SubCommand | protected |
| net::removeSubCommand() | utils::SubCommand | protected |
| net::config::ConfigTlsServer::removeSubCommand() | utils::SubCommand | protected |
| net::required(bool required=true, bool force=true) | utils::SubCommand | |
| net::required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| net::required(CLI::Option *option, bool required=true) | utils::SubCommand | |
| net::config::ConfigTlsServer::required(bool required=true, bool force=true) | utils::SubCommand | |
| net::config::ConfigTlsServer::required(SubCommand *subCommand, bool required=true) | utils::SubCommand | |
| net::config::ConfigTlsServer::required(CLI::Option *option, bool required=true) | utils::SubCommand | |
| net::requiredCount | utils::SubCommand | private |
| Role enum name | net::config::ConfigInstance | |
| role | net::config::ConfigInstance | private |
| net::sectionFormatter | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsServer::sectionFormatter | utils::SubCommand | protectedstatic |
| net::selfAnchoredSubCommandApp | utils::SubCommand | private |
| setCaCert(const std::string &caCert) | net::config::ConfigTls | |
| setCaCertAcceptUnknown(bool set=true) | net::config::ConfigTls | |
| setCaCertDir(const std::string &caCertDir) | net::config::ConfigTls | |
| setCaCertUseDefaultDir(bool set=true) | net::config::ConfigTls | |
| setCert(const std::string &cert) | net::config::ConfigTls | |
| setCertKey(const std::string &certKey) | net::config::ConfigTls | |
| setCertKeyPassword(const std::string &certKeyPassword) | net::config::ConfigTls | |
| setCipherList(const std::string &cipherList) | net::config::ConfigTls | |
| net::setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| net::config::ConfigTlsServer::setConfig(const std::string &defaultConfigFile) const | utils::SubCommand | |
| net::setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| net::config::ConfigTlsServer::setConfigurable(CLI::Option *option, bool configurable) const | utils::SubCommand | protected |
| net::setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| net::config::ConfigTlsServer::setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) const | utils::SubCommand | protected |
| setDisabled(bool disabled=true) | net::config::ConfigInstance | |
| setForceSni(bool forceSni=true) | net::config::ConfigTlsServer | |
| setInitTimeout(const utils::Timeval &newInitTimeout) | net::config::ConfigTls | |
| setInstanceName(const std::string &instanceName) | net::config::ConfigInstance | |
| net::setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| net::config::ConfigTlsServer::setLogFile(const std::string &defaultLogFile) const | utils::SubCommand | |
| setNoCloseNotifyIsEOF(bool noCloseNotifyIsEOF=true) | net::config::ConfigTls | |
| setOnDestroy(const std::function< void(ConfigInstance *)> &onDestroy) | net::config::ConfigInstance | |
| net::setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| net::config::ConfigTlsServer::setRequireCallback(const std::function< void(void)> &callback) | utils::SubCommand | |
| setShutdownTimeout(const utils::Timeval &newShutdownTimeout) | net::config::ConfigTls | |
| setSslOptions(ssl_option_t sslOptions) | net::config::ConfigTls | |
| net::setVersionFlag(const std::string &version) const | utils::SubCommand | |
| net::config::ConfigTlsServer::setVersionFlag(const std::string &version) const | utils::SubCommand | |
| net::showConfigOpt | utils::SubCommand | private |
| net::showConfigTriggerApp | utils::SubCommand | protectedstatic |
| net::config::ConfigTlsServer::showConfigTriggerApp | utils::SubCommand | protectedstatic |
| shutdownTimeoutOpt | net::config::ConfigTls | private |
| sniCertsOpt | net::config::ConfigTlsServer | private |
| sniCtxMap | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | private |
| sniCtxs | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | private |
| sslCtx | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | private |
| sslOptionsOpt | net::config::ConfigTls | private |
| net::SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| net::SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| net::SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| net::SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| net::config::ConfigTlsServer::SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final=false) | utils::SubCommand | protected |
| net::config::ConfigTlsServer::SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=false) | utils::SubCommand | inlineprotected |
| net::config::ConfigTlsServer::SubCommand(const SubCommand &)=delete | utils::SubCommand | |
| net::config::ConfigTlsServer::SubCommand(SubCommand &&)=delete | utils::SubCommand | |
| net::subCommandApp | utils::SubCommand | private |
| Super typedef | net::config::ConfigTlsServer | private |
| Tls typedef | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | |
| tlsInitTimeout | net::config::ConfigTls | privatestatic |
| tlsShutdownTimeout | net::config::ConfigTls | privatestatic |
| net::version() const | utils::SubCommand | |
| net::config::ConfigTlsServer::version() const | utils::SubCommand | |
| ~ConfigInstance() override | net::config::ConfigInstance | protected |
| ~ConfigSection() override | net::config::ConfigSection | |
| ~ConfigSocketServer() override | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | protected |
| ~ConfigTls() override | net::config::ConfigTls | protected |
| ~ConfigTlsServer() override | net::config::ConfigTlsServer | protected |
| ~SubCommand() | utils::SubCommand | virtual |