Learn how to evaluate and integrate the VNC SDK
CloudListener¶
-
class CloudListener¶ Listener used to join VNC Cloud and listen for a connection.
For more information, see
vnc_CloudListenerin the C API documentation.
Implements¶
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Begins listening for incoming connections on the given Cloud address. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Destroys the Cloud listener. |
Constructors¶
-
CloudListener(String localCloudAddress, String localCloudPassword, ConnectionHandler connectionHandler, CloudListener.Callback callback)¶ Begins listening for incoming connections on the given Cloud address.
For more information, see
vnc_CloudListener_create()in the C API documentation.
Methods¶
-
void
CloudListener.Dispose()¶ Destroys the Cloud listener.
For more information, see
vnc_CloudListener_destroy()in the C API documentation.