HTTP Setting encapsulation. More...
#include <serverconfig.hpp>
Public Member Functions | |
| Security & | getSecurity () |
| Retrieve server-wide security information. More... | |
| const string & | getType () const |
| Retrieve the type. More... | |
| HTTPProtocol (const string &type) | |
| C++ constructor. More... | |
Public Member Functions inherited from kanzi::connect::ServerConfig::AttributeProviderBase | |
| AttributeList & | getAttributes () |
| Retrieve attributes. More... | |
| const AttributeList & | getAttributes () const |
| Retrieve attributes. More... | |
| virtual | ~AttributeProviderBase ()=default |
Additional Inherited Members | |
Protected Attributes inherited from kanzi::connect::ServerConfig::AttributeProviderBase | |
| AttributeList | m_attributes |
| attribute data More... | |
HTTP Setting encapsulation.
|
explicit |
C++ constructor.
| type | the type protocol (http/https) |
| Security& kanzi::connect::ServerConfig::HTTPProtocol::getSecurity | ( | ) |
Retrieve server-wide security information.
| const string& kanzi::connect::ServerConfig::HTTPProtocol::getType | ( | ) | const |
Retrieve the type.