Package-level declarations

Functions

Link copied to clipboard

Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.

Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.

Enqueues the cmd, suspending the current coroutine until completion or cancellation/error.

Link copied to clipboard

Enqueues the cmd, blocking the current thread until completion or cancellation/error.

Link copied to clipboard

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

Link copied to clipboard

Finds an available TCP port on LocalHost starting with the current Port.Ephemeral.value and iterating up limit times.

Link copied to clipboard
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.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "inetAddressOf")
fun IPAddress.toInetAddress(): InetAddress
Link copied to clipboard
@JvmName(name = "ipAddressOf")
fun InetAddress.toIPAddress(): IPAddress
Link copied to clipboard
Link copied to clipboard