RoutingSseHandler

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): SseResponse
Link copied to clipboard
abstract fun match(request: Request): SseRouterMatch
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun withBasePath(new: String): RoutingSseHandler
Link copied to clipboard
abstract override fun withFilter(new: SseFilter): RoutingSseHandler