SecureServer.h
Go to the documentation of this file.
A SecureServer interface is used to make an encrypted connection to an EdgeVis server.
Definition: SecureServer.h:61
Holds the server credentials for the user logging in.
Definition: Credentials.h:29
ConnectionStrategy
The strategy the SDK should use to connect to a cluster of servers.
Definition: ConnectionStrategy.h:20
This stores server addresses that the SDK should use to connect to.
Definition: ServerAddresses.h:48
DB_EDGEVIS_SDK SecureServer(const std::wstring &appName, const std::wstring &appMetadata)
Constructor for the SecureServer object.
Holds the server encryption key information.
Definition: ServerKeyInfo.h:29
A Server interface is used to make a connection to an EdgeVis server.
Definition: Server.h:54
The EdgeVis Decoder SDK namespace.
virtual DB_EDGEVIS_SDK ServerInfo QueryServerInfoSecure(const ServerAddresses &hostAddresses)
Queries the server on a secure connection to obtain its current information.
ServerConnectInfo
This contains values representing configuration info for the local server object on connection...
Definition: ServerConnectInfo.h:25