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.
- Return
library name
-
Security &
getSecurity() Retrieve adapter related security information.
- Return
security information.
-
const string &
getType() const Retrieve the type.
- Return
type
-