PolyHandler
data class PolyHandler @JvmOverloads constructor(val http: HttpHandler? = null, val ws: WsHandler? = null, val sse: SseHandler? = null)
A PolyHandler represents the combined routing logic of an multiple protocol handlers
A PolyHandler represents the combined routing logic of an multiple protocol handlers