SecureConnectProxyService.h
Go to the documentation of this file.
42 SecureConnectProxyService(std::weak_ptr<EncoderImpl> encoder, const std::wstring& prefix, const std::wstring& name = L"", int32_t idleTimeoutMs = -1);
84 DB_EDGEVIS_SDK OpResult AddProxyEntry(const std::wstring &remoteHost, int32_t remotePort, ESecureConnectSessionDirection direction,
virtual DB_EDGEVIS_SDK OpResult Start()
Start the SecureConnect service.
DB_EDGEVIS_SDK OpResult RemoveProxyEntry(int32_t serviceId)
Remove a SecureConnect service.
DB_EDGEVIS_SDK SecureConnectProxyStatus GetProxyStatus(int32_t serviceId)
Get the status of a SecureConnect proxy entry.
virtual DB_EDGEVIS_SDK OpResult Stop()
Stop the SecureConnect service.
The interface for the secure connect service.
Definition: ISecureConnectProxyServiceListener.h:35
DB_EDGEVIS_SDK bool UnregisterListener(ISecureConnectProxyServiceListener *listener)
Unregistered a listener with the SecureConnectProxyService.
The Stream interface represent a service that is available on an Encoder.
Definition: Stream.h:50
void UpdateMaxTransmitRate()
Update the maximum bandwidth that SecureConnect may use for sending data to the encoder.
DB_EDGEVIS_SDK OpResult RemoveAllProxyEntries()
Remove all existing SecureConnect services.
Contains status information of the SecureConnect connection.
Definition: SecureConnectProxyStatus.h:22
DB_EDGEVIS_SDK bool RegisterListener(ISecureConnectProxyServiceListener *listener)
Register a listener with the SecureConnectProxyService.
ESecureConnectSessionDirection
Determines the direction of the secure connect port.
Definition: ESecureConnectSessionDirection.h:21
DB_EDGEVIS_SDK OpResult AddProxyEntry(const std::wstring &remoteHost, int32_t remotePort, ESecureConnectSessionDirection direction, const std::wstring &localHost, int32_t localPort, int32_t &serviceId)
Add a SecureConnect service.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK bool IsConnected()
Determine if the SecureConnect channel is connected.
Creates a secure connect service to the remote encoder.
Definition: SecureConnectProxyService.h:35