Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DirectTcpListener

public final class DirectTcpListener

Listener used to receive incoming TCP connections

Nested Classes

Constructor Summary

Method Summary

Modifier and Type Method and Description
void

destroy()

Destroys the TCP listener.

Constructors

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

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

For more information, see vnc_DirectTcpListener_create().

Methods

public void destroy()

Destroys the TCP listener.

For more information, see vnc_DirectTcpListener_destroy().

×