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