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
bool

filter_connection(listener, peer_cloud_address)

Notification to provide address-based filtering of incoming connections.

listening_failed(listener, cloud_error, retry_time_secs)

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

listening_status_changed(listener, status)

Notification that the listener status has changed.

Methods

CloudListener.Callback.filter_connection(listener, peer_cloud_address)

Notification to provide address-based filtering of incoming connections.

For more information, see vnc_CloudListener_Callback::filterConnection.

Parameters:
Return type:

bool

CloudListener.Callback.listening_failed(listener, cloud_error, retry_time_secs)

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

For more information, see vnc_CloudListener_Callback::listeningFailed.

Parameters:
Returns:

None

CloudListener.Callback.listening_status_changed(listener, status)

Notification that the listener status has changed.

For more information, see vnc_CloudListener_Callback::listeningStatusChanged.

Parameters:
Returns:

None

×