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 |
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 | |
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 |
clientHelloCallback(SSL *ssl, int *al, void *arg) | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | privatestatic |
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 |
ConfigSocketServer(const std::string &name) | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | explicitprotected |
ConfigTls(ConfigInstance *instance) | net::config::ConfigTls | explicitprotected |
ConfigTlsServer(ConfigInstance *instance) | net::config::ConfigTlsServer | explicitprotected |
configuredSniCerts | net::config::ConfigTlsServer | private |
defaultSniCerts | net::config::ConfigTlsServer | private |
disableOpt | net::config::ConfigInstance | private |
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 | |
getDisabled() const | net::config::ConfigInstance | |
getForceSni() const | net::config::ConfigTlsServer | |
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 | |
getSniCerts() | 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 | |
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::ConfigTlsServer::operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
net::config::ConfigTlsServer::operator=(ConfigSection &&)=delete | net::config::ConfigSection | |
net::required(CLI::App *section, bool req=true) | net::config::ConfigInstance | private |
net::config::ConfigTlsServer::required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | |
net::config::ConfigTlsServer::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 | |
setForceSni(bool forceSni=true) | net::config::ConfigTlsServer | |
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 | |
setSslOptions(ssl_option_t sslOptions) | net::config::ConfigTls | |
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 |
Super typedef | net::config::ConfigTlsServer | private |
Tls typedef | net::config::ConfigTlsServer | |
~ConfigInstance() | net::config::ConfigInstance | protectedvirtual |
~ConfigSocketServer() override | net::config::stream::tls::ConfigSocketServer< ConfigSocketServerBaseT > | protected |