PortAllocation

abstract class PortAllocation

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
open class Incremental(startingPort: Int) : PortAllocation

Functions

Link copied to clipboard
fun nextHostAndPort(): <Error class: unknown class>

Get the next available port via nextPort and then return a NetworkHostAndPort

Link copied to clipboard
abstract fun nextPort(): Int