Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.ConnectionCallback

public interface ConnectionCallback

Callback receiving connection-related notifications for a Server.

Method Summary

Modifier and Type Method and Description
void

connectionEnded(Server server, Connection connection)

Notification that a connection has ended.

void

connectionStarted(Server server, Connection connection)

Notification that a connection has successfully started.

Methods

void connectionEnded(Server server, Connection connection)

Notification that a connection has ended.

For more information, see vnc_Server_ConnectionCallback::connectionEnded.

void connectionStarted(Server server, Connection connection)

Notification that a connection has successfully started.

For more information, see vnc_Server_ConnectionCallback::connectionStarted.

×