sealed class PortAllocation
| Incremental |
class Incremental : PortAllocation |
| RandomFree |
object RandomFree : PortAllocation |
| nextHostAndPort |
fun nextHostAndPort(): HostAndPort |
| nextPort |
abstract fun nextPort(): Int |
| Incremental |
class Incremental : PortAllocation |
| RandomFree |
object RandomFree : PortAllocation |