Learn how to evaluate and integrate the VNC SDK
DirectTcpListener.Callback¶
-
public interface
Callback
¶ Callback for filtering incoming TCP connections.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
boolean |
Notification to provide address-based filtering of incoming connections. |
Methods¶
-
boolean
filterConnection
(DirectTcpListener listener, String ipAddress, int port)¶ Notification to provide address-based filtering of incoming connections.
For more information, see
vnc_DirectTcpListener_Callback::filterConnection
.