Learn how to evaluate and integrate the VNC SDK
CloudListener.Callback¶
-
public interface
Callback
¶ Callback for a
CloudListener
.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
boolean |
Notification to provide address-based filtering of incoming connections. |
void |
Notification that the Cloud listener has stopped listening and is unable to accept any more connections. |
void |
Notification that the listener status has changed. |
Methods¶
-
boolean
filterConnection
(CloudListener listener, String peerCloudAddress)¶ Notification to provide address-based filtering of incoming connections.
For more information, see
vnc_CloudListener_Callback::filterConnection
.
-
void
listeningFailed
(CloudListener listener, String cloudError, int retryTimeSecs)¶ Notification that the Cloud listener has stopped listening and is unable to accept any more connections.
For more information, see
vnc_CloudListener_Callback::listeningFailed
.
-
void
listeningStatusChanged
(CloudListener listener, Status status)¶ Notification that the listener status has changed.
For more information, see
vnc_CloudListener_Callback::listeningStatusChanged
.