SNode.C
Loading...
Searching...
No Matches
net::config::ConfigTls Member List

This is the complete list of members for net::config::ConfigTls, including all inherited members.

addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) constutils::SubCommand
addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) constutils::SubCommand
addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator)utils::SubCommand
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)utils::SubCommand
addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &validator) constutils::SubCommand
addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) constutils::SubCommand
addOptionFunction(const std::string &name, std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, const CLI::Validator &validator) constutils::SubCommand
addOptionFunction(const std::string &name, std::function< void(const std::string &)> &callback, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &validator) constutils::SubCommand
addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) constutils::SubCommand
addOptionVariable(const std::string &name, ValueTypeT &variable, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) constutils::SubCommand
aliasesutils::SubCommandprotectedstatic
allowExtras(bool allow=true)utils::SubCommand
caCertAcceptUnknownOptnet::config::ConfigTlsprivate
caCertDirOptnet::config::ConfigTlsprivate
caCertOptnet::config::ConfigTlsprivate
caCertUseDefaultDirOptnet::config::ConfigTlsprivate
certKeyOptnet::config::ConfigTlsprivate
certKeyPasswordOptnet::config::ConfigTlsprivate
certOptnet::config::ConfigTlsprivate
cipherListOptnet::config::ConfigTlsprivate
commandlineOptutils::SubCommandprivate
commandlineTriggerApputils::SubCommandprotectedstatic
ConfigSection(ConfigInstance *instance, T *sectionPtr, const std::string &group="Sections")net::config::ConfigSection
ConfigSection(const ConfigSection &)=deletenet::config::ConfigSection
ConfigSection(ConfigSection &&)=deletenet::config::ConfigSection
ConfigTls(ConfigInstance *instance, ConcretConfigTls section)net::config::ConfigTlsexplicitprotected
configToStr() constutils::SubCommand
DESCRIPTIONnet::config::ConfigTlsstatic
description(const std::string &description)utils::SubCommandprotected
disabled(SubCommand *subCommand, bool disabled=true)utils::SubCommand
finalutils::SubCommandprivate
finalCallback(const std::function< void()> &finalCallback)utils::SubCommand
footer(const std::string &footer)utils::SubCommandprotected
getCaCert() constnet::config::ConfigTls
getCaCertAcceptUnknown() constnet::config::ConfigTls
getCaCertDir() constnet::config::ConfigTls
getCaCertUseDefaultDir() constnet::config::ConfigTls
getCert() constnet::config::ConfigTls
getCertKey() constnet::config::ConfigTls
getCertKeyPassword() constnet::config::ConfigTls
getCipherList() constnet::config::ConfigTls
getCommandlineTriggerApp()utils::SubCommandstatic
getHelpTriggerApp()utils::SubCommandstatic
getInitTimeout() constnet::config::ConfigTls
getName() constutils::SubCommand
getNoCloseNotifyIsEOF() constnet::config::ConfigTls
getOption(const std::string &name) constutils::SubCommand
getParent()utils::SubCommand
getShowConfigTriggerApp()utils::SubCommandstatic
getShutdownTimeout() constnet::config::ConfigTls
getSslOptions() constnet::config::ConfigTls
getSubCommand()utils::SubCommand
getSubCommand() constutils::SubCommand
hasParent() constutils::SubCommand
help(const CLI::App *helpApp, const CLI::AppFormatMode &mode) constutils::SubCommand
helpOptutils::SubCommandprivate
helpTriggerApputils::SubCommandprotectedstatic
initialize(CLI::Option *option, const std::string &typeName, const CLI::Validator &validator, bool configurable) constutils::SubCommandprivate
initTimeoutOptnet::config::ConfigTlsprivate
NAMEnet::config::ConfigTlsstatic
needs(SubCommand *subCommand, bool needs=true)utils::SubCommand
newSubCommand(Args &&... args)utils::SubCommand
noCloseNotifyIsEOFOptnet::config::ConfigTlsprivate
operator=(const ConfigSection &)=deletenet::config::ConfigSection
utils::SubCommand::operator=(const SubCommand &)=deleteutils::SubCommand
utils::SubCommand::operator=(SubCommand &&)=deleteutils::SubCommand
parentutils::SubCommandprivate
parse(int argc, char *argv[])utils::SubCommand
required(bool required=true, bool force=true)utils::SubCommand
required(SubCommand *subCommand, bool required=true)utils::SubCommand
required(CLI::Option *option, bool required=true)utils::SubCommand
requiredCountutils::SubCommandprivate
sectionFormatterutils::SubCommandstatic
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
setConfig(const std::string &defaultConfigFile) constutils::SubCommand
setConfigurable(CLI::Option *option, bool configurable) constutils::SubCommandprotected
setDefaultValue(CLI::Option *option, const ValueTypeT &value, bool clear=true) constutils::SubCommandprotected
setInitTimeout(const utils::Timeval &newInitTimeout)net::config::ConfigTls
setLogFile(const std::string &defaultLogFile) constutils::SubCommand
setNoCloseNotifyIsEOF(bool noCloseNotifyIsEOF=true)net::config::ConfigTls
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
setVersionFlag(const std::string &version) constutils::SubCommand
showConfigOptutils::SubCommandprivate
showConfigTriggerApputils::SubCommandprotectedstatic
shutdownTimeoutOptnet::config::ConfigTlsprivate
sslOptionsOptnet::config::ConfigTlsprivate
SubCommand(SubCommand *parent, std::shared_ptr< utils::AppWithPtr > appWithPtr, const std::string &group, bool final)utils::SubCommandprotected
SubCommand(SubCommand *parent, ConcretSubCommand *concretSubCommand, const std::string &group, bool final=true)utils::SubCommandinlineprotected
SubCommand(const SubCommand &)=deleteutils::SubCommand
SubCommand(SubCommand &&)=deleteutils::SubCommand
subCommandApputils::SubCommandprivate
tlsInitTimeoutnet::config::ConfigTlsprivatestatic
tlsShutdownTimeoutnet::config::ConfigTlsprivatestatic
version() constutils::SubCommand
~ConfigSection() overridenet::config::ConfigSection
~ConfigTls() overridenet::config::ConfigTlsprotected
~SubCommand()utils::SubCommandvirtual