Learn how to evaluate and integrate the VNC SDK
CloudListener¶
-
public final class
CloudListener
¶ Listener used to join VNC Cloud and listen for a connection.
Nested Classes¶
- interface
CloudListener.Callback
- enum
CloudListener.Status
Constructor Summary¶
CloudListener
(String
localCloudAddress,String
localCloudPassword,ConnectionHandler
connectionHandler,CloudListener.Callback
callback)Begins listening for incoming connections on the given Cloud address.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
void |
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()
.