Connection adapter encapsulation. More...
#include <serverconfig.hpp>
Public Member Functions | |
ConnectionAdapter (const string &library, const string &type) | |
C++ constructor. | |
const string & | getLibrary () const |
Retrieve the library. | |
Security & | getSecurity () |
Retrieve adapter related security information. | |
const string & | getType () const |
Retrieve the type. | |
![]() | |
AttributeList & | getAttributes () |
Retrieve attributes. | |
const AttributeList & | getAttributes () const |
Retrieve attributes. | |
virtual | ~AttributeProviderBase ()=default |
Additional Inherited Members | |
![]() | |
AttributeList | m_attributes |
attribute data | |
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.