ServerConfig::HTTPProtocol¶
-
class
kanzi::connect::ServerConfig::HTTPProtocol: public ServerConfig::AttributeProviderBase HTTP Setting encapsulation.
Public Functions
-
explicit
HTTPProtocol(const string &type) C++ constructor.
- Parameters
type – the type protocol (http/https)
-
Security &
getSecurity() Retrieve server-wide security information.
- Returns
reference to server-wide security definitions.
-
const string &
getType() const Retrieve the type.
- Returns
type string, http|https
-
explicit