GetListenersListenerPortRange

data class GetListenersListenerPortRange(val fromPort: Int, val toPort: Int)

Constructors

Link copied to clipboard
constructor(fromPort: Int, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The initial listening port used to receive requests and forward them to terminal nodes.

Link copied to clipboard
val toPort: Int

The end listening port used to receive requests and forward them to terminal nodes.