ServerConfig::AttributeProviderBase¶
-
class
kanzi::connect::ServerConfig
::
AttributeProviderBase
Base class for other domain-classes that provide attributes.
Subclassed by ServerConfig::ConnectionAdapter, ServerConfig::CustomConfiguration, ServerConfig::Diagnostics, ServerConfig::FlowControl, ServerConfig::HTTPProtocol, ServerConfig::Identity, ServerConfig::Log, ServerConfig::Persistence, ServerConfig::Policy, ServerConfig::PublishedConfigurations::ConfigurationGroup, ServerConfig::Security, ServerConfig::Service, ServerConfig::WebSocket
Public Functions
-
~AttributeProviderBase
() = default
-
AttributeList &
getAttributes
() Retrieve attributes.
- Return
attribute list.
-
const AttributeList &
getAttributes
() const Retrieve attributes.
- Return
attribute list.
-