Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudListener

public final class CloudListener

Listener used to join VNC Cloud and listen for a connection.

Nested Classes

Constructor Summary

Method Summary

Modifier and Type Method and Description
void

destroy()

Destroys the Cloud listener.

Constructors

public CloudListener(String localCloudAddress, String localCloudPassword, ConnectionHandler connectionHandler, CloudListener.Callback callback) throws Library.VncException

Begins listening for incoming connections on the given Cloud address.

For more information, see vnc_CloudListener_create().

Methods

public void destroy()

Destroys the Cloud listener.

For more information, see vnc_CloudListener_destroy().

×