Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor¶
-
class CloudAddressMonitor
¶ Monitor used to query the availability of VNC Cloud addresses.
For more information, see
vnc_CloudAddressMonitor
in the C API documentation.
Implements¶
Nested classes¶
Constructor summary
Modifier and Type | Method and Description |
---|---|
Creates a monitor, which queries whether a list of cloud addresses is available. |
Method summary
Modifier and Type | Method and Description |
---|---|
void |
Destroys the Cloud monitor. |
void |
Pauses the Cloud monitor. |
void |
Resumes the Cloud monitor. |
void |
Sets whether or not the Cloud monitor pauses automatically when a connection is established. |
Constructors¶
-
CloudAddressMonitor
(CloudConnector connector, String[] cloudAddresses, CloudAddressMonitor.Callback callback)¶ Creates a monitor, which queries whether a list of cloud addresses is available.
For more information, see
vnc_CloudAddressMonitor_create()
in the C API documentation.
Methods¶
-
void
CloudAddressMonitor.Dispose
()¶ Destroys the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_destroy()
in the C API documentation.
-
void
CloudAddressMonitor.Pause
()¶ Pauses the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_pause()
in the C API documentation.
-
void
CloudAddressMonitor.Resume
()¶ Resumes the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_resume()
in the C API documentation.
-
void
CloudAddressMonitor.SetPauseOnConnect
(Boolean pauseOnConnect)¶ Sets whether or not the Cloud monitor pauses automatically when a connection is established.
For more information, see
vnc_CloudAddressMonitor_setPauseOnConnect()
in the C API documentation.