kmp-tor
Toggle table of contents
2.2.0
common
js
nonJs
Platform filter
common
js
nonJs
Switch theme
Search in API
kmp-tor
runtime-core
/
io.matthewnelson.kmp.tor.runtime.core.net
/
Port
/
ZERO
ZERO
object
ZERO
:
Port
(
source
)
Static instance for port
0
Members
Members & Extensions
Properties
value
Link copied to clipboard
@
JvmField
val
value
:
Int
Functions
compare
To
Link copied to clipboard
operator override
fun
compareTo
(
other
:
Port
)
:
Int
is
Available
Async
Link copied to clipboard
common
js
nonJs
expect
suspend
fun
Port
.
isAvailableAsync
(
host
:
LocalHost
)
:
Boolean
Checks if the TCP port is available on
LocalHost
or not.
actual
suspend
fun
Port
.
isAvailableAsync
(
host
:
LocalHost
)
:
Boolean
Checks if the TCP port is available on
LocalHost
or not.
actual
suspend
fun
Port
.
isAvailableAsync
(
host
:
LocalHost
)
:
Boolean
Checks if the TCP port is available on
LocalHost
or not.
is
Available
Sync
Link copied to clipboard
nonJs
fun
Port
.
isAvailableSync
(
host
:
LocalHost
)
:
Boolean
Checks if the TCP port is available on
LocalHost
or not.