Connection adapter encapsulation. More...
#include <serverconfig.hpp>
Public Member Functions | |
| ConnectionAdapter (const string &library, const string &type) | |
| C++ constructor. More... | |
| const string & | getLibrary () const |
| Retrieve the library. More... | |
| Security & | getSecurity () |
| Retrieve adapter related security information. More... | |
| const string & | getType () const |
| Retrieve the type. 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... | |
Connection adapter encapsulation.
| kanzi::connect::ServerConfig::ConnectionAdapter::ConnectionAdapter | ( | const string & | library, |
| const string & | type | ||
| ) |
C++ constructor.
| type | the protocol type. |
| const string& kanzi::connect::ServerConfig::ConnectionAdapter::getLibrary | ( | ) | const |
Retrieve the library.
| Security& kanzi::connect::ServerConfig::ConnectionAdapter::getSecurity | ( | ) |
Retrieve adapter related security information.
| const string& kanzi::connect::ServerConfig::ConnectionAdapter::getType | ( | ) | const |
Retrieve the type.