Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DirectUdpListener

public final class DirectUdpListener

Listener used to receive incoming UDP connections

Nested Classes

Constructor Summary

Method Summary

Modifier and Type Method and Description
void

destroy()

Destroys the UDP listener.

Constructors

public DirectUdpListener(int port, String addressList, ConnectionHandler connectionHandler, DirectUdpListener.Callback callback) throws Library.VncException

Begin listening for incoming UDP connections on the given port (IPv4 and IPv6).

For more information, see vnc_DirectUdpListener_create().

Methods

public void destroy()

Destroys the UDP listener.

For more information, see vnc_DirectUdpListener_destroy().

×