Package-level declarations

Types

Link copied to clipboard
class EventRouter(delegate: Router, eventBus: EventBus, metrics: ProxyMetricsRegistry? = null, inFlightLimiter: InFlightLimiter? = null) : Router
Link copied to clipboard
interface Router

Selects backend servers for incoming connections or transfers.

Link copied to clipboard
Link copied to clipboard

Default routing strategy based on configuration.

Link copied to clipboard
class StrategyRouter(config: ProxyConfig, serviceRegistry: ServiceRegistry, fallback: RoutingStrategy) : Router

Router that delegates backend selection to a pluggable strategy.