HTTPS

object HTTPS : Port(source)

Static instance for the default https port 443

Properties

Link copied to clipboard
@JvmField
val value: Int

Functions

Link copied to clipboard
operator override fun compareTo(other: Port): Int
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
fun Port.isAvailableSync(host: LocalHost): Boolean

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