WsMessageLens
open class WsMessageLens<out FINAL>(getLens: (WsMessage) -> FINAL) : LensExtractor<WsMessage, FINAL>
A WsMessageLens provides the extraction of an entity from a target WsMessage.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
fun SseHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): (Request) -> SseResponse
fun WsHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): (Request) -> WsResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard