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

Constructors

Link copied to clipboard
constructor(http: HttpHandler? = null, ws: WsHandler? = null, sse: SseHandler? = null)

Properties

Link copied to clipboard
val http: HttpHandler? = null
Link copied to clipboard
val sse: SseHandler? = null
Link copied to clipboard
val ws: WsHandler? = null

Functions

Link copied to clipboard
Link copied to clipboard
fun PolyHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): PolyHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard