RoutingWsHandler

Functions

Link copied to clipboard
@JvmName(name = "sseHandlerAsServer")
fun SseHandler.asServer(config: PolyServerConfig): Http4kServer
@JvmName(name = "wsHandlerAsServer")
fun WsHandler.asServer(config: PolyServerConfig): Http4kServer
@JvmName(name = "sseConsumerAsServer")
fun SseConsumer.asServer(config: PolyServerConfig): Http4kServer
@JvmName(name = "wsConsumerAsServer")
fun WsConsumer.asServer(config: PolyServerConfig): Http4kServer
Link copied to clipboard
abstract operator fun invoke(p1: Request): WsResponse
Link copied to clipboard
abstract fun match(request: Request): WsRouterMatch
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun withBasePath(new: String): RoutingWsHandler
Link copied to clipboard
abstract override fun withFilter(new: WsFilter): RoutingWsHandler