BiDiWsMessageLens
class BiDiWsMessageLens<FINAL>(get: (WsMessage) -> FINAL, setLens: (FINAL, WsMessage) -> WsMessage) : WsMessageLens<FINAL>
A BiDiWsMessageLens provides the bi-directional extraction of an entity from a target body, or the insertion of an entity into a target WsMessage.
Constructors
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