Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudListener.Callback

vncsdk.CloudListener.Callback

Callback for a vncsdk.CloudListener().

Method Summary

Modifier and Type Method and Description

listeningFailed(listener, cloudError, retryTimeSecs)

Notification that the Cloud listener has stopped listening and is unable to accept any more connections.

listeningStatusChanged(listener, status)

Notification that the listener status has changed.

boolean

filterConnection(listener, peerCloudAddress)

Notification to provide address-based filtering of incoming connections.

Methods

CloudListener.Callback.listeningFailed(listener, cloudError, 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.

Arguments:
Returns:

Ignored

CloudListener.Callback.listeningStatusChanged(listener, status)

Notification that the listener status has changed.

For more information, see vnc_CloudListener_Callback::listeningStatusChanged.

Arguments:
Returns:

Ignored

CloudListener.Callback.filterConnection(listener, peerCloudAddress)

Notification to provide address-based filtering of incoming connections.

For more information, see vnc_CloudListener_Callback::filterConnection.

Arguments:
Return type:

boolean

×