isAvailableSync

fun Port.isAvailableSync(host: LocalHost): Boolean(source)

Checks if the TCP port is available on LocalHost or not.

NOTE: This is a blocking call and should be invoked from a background thread.

Parameters

See also

Throws

if the check fails (e.g. calling from Main thread on Android)