ServerConfig::ConnectionAdapter¶
-
class
kanzi::connect::ServerConfig::ConnectionAdapter: public ServerConfig::AttributeProviderBase Connection adapter encapsulation.
Public Functions
-
ConnectionAdapter(const string &library, const string &type) C++ constructor.
- Parameters
type – the protocol type.
-
const string &
getLibrary() const Retrieve the library.
- Returns
library name
-
Security &
getSecurity() Retrieve adapter related security information.
- Returns
security information.
-
const string &
getType() const Retrieve the type.
- Returns
type
-