Package-level declarations

Types

Link copied to clipboard
data class ClosedWebsocket(val status: WsStatus = NORMAL) : RuntimeException
Link copied to clipboard

A class that is used for offline testing of a routed Sse, without starting up a Server.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A class that is used for offline testing of a routed Websocket, without starting up a Server. Calls are routed synchronously to the receiving Websocket, and error are propagated to the caller.

Functions

Link copied to clipboard
Link copied to clipboard