Router

interface Router

Selects backend servers for incoming connections or transfers.

Inheritors

Functions

Link copied to clipboard
abstract fun findBackend(id: String): BackendConfig?

Finds a backend by its identifier, or null if not found.

Link copied to clipboard

Returns the initial backend for a new connection.