SNode.C
|
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) | net::config::ConfigSection | protected |
addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue) | net::config::ConfigSection | protected |
addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue) | net::config::ConfigSection | protected |
addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue) | net::config::ConfigSection | protected |
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) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description, const std::string &typeName) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue) | net::config::ConfigSection | protected |
addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | protected |
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 |
cipherListOpt | net::config::ConfigTls | private |
ConfigSection(ConfigInstance *instance, const std::string &name, const std::string &description) | net::config::ConfigSection | protected |
ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | protected |
ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | protected |
ConfigTls(ConfigInstance *instance) | net::config::ConfigTls | explicitprotected |
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 | |
getInitTimeout() const | net::config::ConfigTls | |
getNoCloseNotifyIsEOF() const | net::config::ConfigTls | |
getShutdownTimeout() const | net::config::ConfigTls | |
getSslOptions() const | net::config::ConfigTls | |
initTimeoutOpt | net::config::ConfigTls | private |
instance | net::config::ConfigSection | private |
noCloseNotifyIsEOFOpt | net::config::ConfigTls | private |
operator=(const ConfigSection &)=delete | net::config::ConfigSection | protected |
operator=(ConfigSection &&)=delete | net::config::ConfigSection | protected |
required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | protected |
required() const | net::config::ConfigSection | protected |
requiredCount | net::config::ConfigSection | private |
section | net::config::ConfigSection | protected |
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 | |
setInitTimeout(const utils::Timeval &newInitTimeout) | net::config::ConfigTls | |
setNoCloseNotifyIsEOF(bool noCloseNotifyIsEOF=true) | net::config::ConfigTls | |
setShutdownTimeout(const utils::Timeval &newShutdownTimeout) | net::config::ConfigTls | |
setSslOptions(ssl_option_t sslOptions) | net::config::ConfigTls | |
shutdownTimeoutOpt | net::config::ConfigTls | private |
sslOptionsOpt | net::config::ConfigTls | private |