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 |
addSection(const std::string &name, const std::string &description) | net::config::ConfigInstance | private |
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 |
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, 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 |
ConfigSocketClient(const std::string &name) | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | explicitprotected |
ConfigTls(ConfigInstance *instance) | net::config::ConfigTls | explicitprotected |
ConfigTlsClient(ConfigInstance *instance) | net::config::ConfigTlsClient | explicitprotected |
disableOpt | net::config::ConfigInstance | 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 | |
getDisabled() const | net::config::ConfigInstance | |
getInitTimeout() const | net::config::ConfigTls | |
getInstanceName() const | net::config::ConfigInstance | |
getNoCloseNotifyIsEOF() const | net::config::ConfigTls | |
getRequired() const | net::config::ConfigInstance | private |
getRole() | net::config::ConfigInstance | |
getSection(const std::string &name) const | net::config::ConfigInstance | private |
getShutdownTimeout() const | net::config::ConfigTls | |
getSni() const | net::config::ConfigTlsClient | |
getSslCtx() | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | |
getSslOptions() const | net::config::ConfigTls | |
initTimeoutOpt | net::config::ConfigTls | private |
Instance typedef | net::config::ConfigInstance | |
instance | net::config::ConfigSection | private |
instanceName | net::config::ConfigInstance | private |
instanceSc | net::config::ConfigInstance | private |
nameAnonymous | net::config::ConfigInstance | privatestatic |
noCloseNotifyIsEOFOpt | net::config::ConfigTls | private |
net::operator=(ConfigInstance &)=delete | net::config::ConfigInstance | |
net::operator=(ConfigInstance &&)=delete | net::config::ConfigInstance | |
net::config::ConfigTlsClient::operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
net::config::ConfigTlsClient::operator=(ConfigSection &&)=delete | net::config::ConfigSection | |
net::required(CLI::App *section, bool req=true) | net::config::ConfigInstance | private |
net::config::ConfigTlsClient::required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | |
net::config::ConfigTlsClient::required() const | net::config::ConfigSection | |
net::requiredCount | net::config::ConfigInstance | private |
Role enum name | net::config::ConfigInstance | |
role | net::config::ConfigInstance | 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 | |
setDisabled(bool disabled=true) | net::config::ConfigInstance | |
setInitTimeout(const utils::Timeval &newInitTimeout) | net::config::ConfigTls | |
setInstanceName(const std::string &instanceName) | net::config::ConfigInstance | |
setNoCloseNotifyIsEOF(bool noCloseNotifyIsEOF=true) | net::config::ConfigTls | |
setShutdownTimeout(const utils::Timeval &newShutdownTimeout) | net::config::ConfigTls | |
setSni(const std::string &sni) | net::config::ConfigTlsClient | |
setSslOptions(ssl_option_t sslOptions) | net::config::ConfigTls | |
shutdownTimeoutOpt | net::config::ConfigTls | private |
sniOpt | net::config::ConfigTlsClient | private |
sslCtx | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | private |
sslOptionsOpt | net::config::ConfigTls | private |
Super typedef | net::config::ConfigTlsClient | private |
Tls typedef | net::config::ConfigTlsClient | |
~ConfigInstance() | net::config::ConfigInstance | protectedvirtual |
~ConfigSocketClient() override | net::config::stream::tls::ConfigSocketClient< ConfigSocketClientBaseT > | protected |