ListenerConfig

data class ListenerConfig(val host: String, val port: Int)

Listener configuration for incoming client connections.

Constructors

Link copied to clipboard
constructor(host: String, port: Int)

Properties

Link copied to clipboard

Bind host or IP address.

Link copied to clipboard
val port: Int

Bind port for the proxy listener.