Learn how to evaluate and integrate the VNC SDK
DirectUdpListener¶
-
public final class
DirectUdpListener
¶ Listener used to receive incoming UDP connections
Nested Classes¶
- interface
DirectUdpListener.Callback
Constructor Summary¶
DirectUdpListener
(int
port,String
addressList,ConnectionHandler
connectionHandler,DirectUdpListener.Callback
callback)Begin listening for incoming UDP connections on the given port (IPv4 and IPv6).
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()
.