toPortEphemeral

@JvmStatic
@JvmName(name = "get")
fun Int.toPortEphemeral(): Port.Ephemeral(source)

Wraps the integer in the Ephemeral class.

Throws

IllegalArgumentException

if not within MIN and MAX (inclusive).


@JvmStatic
@JvmName(name = "get")
fun String.toPortEphemeral(): Port.Ephemeral(source)

Parses a String for a port between MIN and MAX (inclusive).

String can be either a URL containing the ephemeral port, or the ephemeral port string itself.

Throws

IllegalArgumentException

if no ephemeral port is found.